#76FBC6

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

Shades of Aquamarine #76FBC6

Tints of Aquamarine #76FBC6

Color information

#76FBC6 (or 0x76FBC6) is unknown color: approx Aquamarine. HEX triplet: 76, FB and C6. RGB value is (118,251,198). Sum of RGB (Red+Green+Blue) = 118+251+198=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBC6 is #890439. Grayscale: #CDCDCD. Windows color (decimal): -8979514 or 13040502. OLE color: 13040502.

HSL color Cylindrical-coordinate representation of color #76FBC6: hue angle of 156.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBC6 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB118251198-
CMYK0.5300.210.02
HSL156.09º94.33%72.35%-
HSV(B)156.09º52.99%98.43%-
XYZ52.1676.9265.52-
YUV205.19123.9465.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=20.81%
G=44.27%
B=34.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182511980.5300.210.02156.0994.3372.35
Hex76FBC63501529c5e48
Octal166373306650252234136110
Binary11101101111101111000110110101010101101001110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,251,198); }

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

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

 a { background-color: rgb(118,251,198); }

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

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

 span { border-color: rgb(118,251,198); }

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