#75EFD2

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

Shades of Aquamarine #75EFD2

Tints of Aquamarine #75EFD2

Color information

#75EFD2 (or 0x75EFD2) is unknown color: approx Aquamarine. HEX triplet: 75, EF and D2. RGB value is (117,239,210). Sum of RGB (Red+Green+Blue) = 117+239+210=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFD2 is #8A102D. Grayscale: #C7C7C7. Windows color (decimal): -9048110 or 13823861. OLE color: 13823861.

HSL color Cylindrical-coordinate representation of color #75EFD2: hue angle of 165.74º 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 #75EFD2 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB117239210-
CMYK0.5100.120.06
HSL165.74º79.22%69.8%-
HSV(B)165.74º51.05%93.73%-
XYZ49.8470.1771.89-
YUV199.22134.0869.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.67%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=20.67%
G=42.23%
B=37.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172392100.5100.120.06165.7479.2269.8
Hex75EFD2330C6a64f46
Octal165357322630146246117106
Binary11101011110111111010010110011011001101010011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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