#75EFD1

Color #75EFD1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #75EFD1

Tints of Aquamarine #75EFD1

Color information

#75EFD1 (or 0x75EFD1) is unknown color: approx Aquamarine. HEX triplet: 75, EF and D1. RGB value is (117,239,209). Sum of RGB (Red+Green+Blue) = 117+239+209=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFD1 is #8A102E. Grayscale: #C7C7C7. Windows color (decimal): -9048111 or 13758325. OLE color: 13758325.

HSL color Cylindrical-coordinate representation of color #75EFD1: hue angle of 165.25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFD1 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB117239209-
CMYK0.5100.130.06
HSL165.25º79.22%69.8%-
HSV(B)165.25º51.05%93.73%-
XYZ49.7170.1271.24-
YUV199.1133.5869.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 20.71%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=20.71%
G=42.30%
B=36.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172392090.5100.130.06165.2579.2269.8
Hex75EFD1330D6a54f46
Octal165357321630156245117106
Binary11101011110111111010001110011011011101010010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EFD1; }

 p { color: rgb(117,239,209); }

 H1.HeaderClassName
 {
   color: #75EFD1;
 }
 .AnyTagClassName
 {
   color: #75EFD1;
 }
</style>
background-color css

<style>
 a { background-color: #75EFD1; }

 a { background-color: rgb(117,239,209); }

 div.DivClassName
 {
   background-color: #75EFD1;
 }
 .BgClassName
 {
   background-color: #75EFD1;
 }
</style>
border-color css

<style>
 span { border-color: #75EFD1; }

 span { border-color: rgb(117,239,209); }

 td.TdClassName
 {
   border-color: #75EFD1;
 }
 .TagClassName
 {
   border-color: #75EFD1;
 }
</style>