Shades of Aquamarine #76F2CB
Tints of Aquamarine #76F2CB
RGB
CMYK
RGB Variations
Color information
#76F2CB (or 0x76F2CB) is known color: Aquamarine. HEX triplet: 76, F2 and CB. RGB value is (118,242,203). Sum of RGB (Red+Green+Blue) = 118+242+203=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F2CB is #890D34. Grayscale: #C8C8C8. Windows color (decimal): -8981813 or 13365878. OLE color: 13365878.
HSL color Cylindrical-coordinate representation of color #76F2CB: hue angle of 161.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2CB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 203 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.05 |
| HSL | 161.13º | 0.83% | 0.71% | - |
| HSV(B) | 161.13º | 0.51% | 0.95% | - |
| XYZ | 50 | 71.67 | 67.7 | - |
| YUV | 200.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 203 | 0.51 | 0 | 0.16 | 0.05 | 161.13 | 0.83 | 0.71 |
| Hex | 76 | F2 | CB | 33 | 0 | 10 | 5 | A1 | 53 | 47 |
| Octal | 166 | 362 | 313 | 63 | 0 | 20 | 5 | 241 | 123 | 107 |
| Binary | 1110110 | 11110010 | 11001011 | 110011 | 0 | 10000 | 101 | 10100001 | 1010011 | 1000111 |
Color Harmonies of #76F2CB
Complementary color
Monochromatic Colors of #76F2CB
Black with #76F2CB
Text Example
Text Example
White with #76F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F2CB; }
p { color: rgb(118,242,203); }
H1.HeaderClassName
{
color: #76F2CB;
}
.AnyTagClassName
{
color: #76F2CB;
}
</style>
background-color css
<style>
a { background-color: #76F2CB; }
a { background-color: rgb(118,242,203); }
div.DivClassName
{
background-color: #76F2CB;
}
.BgClassName
{
background-color: #76F2CB;
}
</style>
border-color css
<style>
span { border-color: #76F2CB; }
span { border-color: rgb(118,242,203); }
td.TdClassName
{
border-color: #76F2CB;
}
.TagClassName
{
border-color: #76F2CB;
}
</style>