#76EFCF

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

Shades of Aquamarine #76EFCF

Tints of Aquamarine #76EFCF

Color information

#76EFCF (or 0x76EFCF) is unknown color: approx Aquamarine. HEX triplet: 76, EF and CF. RGB value is (118,239,207). Sum of RGB (Red+Green+Blue) = 118+239+207=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFCF is #891030. Grayscale: #C7C7C7. Windows color (decimal): -8982577 or 13627254. OLE color: 13627254.

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

Color convert

RGB118239207-
CMYK0.5100.130.06
HSL164.13º79.08%70%-
HSV(B)164.13º50.63%93.73%-
XYZ49.670.0969.95-
YUV199.17132.4170.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.92%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=20.92%
G=42.38%
B=36.70%

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
Decimal1182392070.5100.130.06164.1379.0870
Hex76EFCF330D6a44f46
Octal166357317630156244117106
Binary11101101110111111001111110011011011101010010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76EFCF; }

 p { color: rgb(118,239,207); }

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

<style>
 a { background-color: #76EFCF; }

 a { background-color: rgb(118,239,207); }

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

<style>
 span { border-color: #76EFCF; }

 span { border-color: rgb(118,239,207); }

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