Shades of Aquamarine #76FFCA
Tints of Aquamarine #76FFCA
RGB
CMYK
RGB Variations
Color information
#76FFCA (or 0x76FFCA) is known color: Aquamarine. HEX triplet: 76, FF and CA. RGB value is (118,255,202). Sum of RGB (Red+Green+Blue) = 118+255+202=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFCA is #890035. Grayscale: #D0D0D0. Windows color (decimal): -8978486 or 13303670. OLE color: 13303670.
HSL color Cylindrical-coordinate representation of color #76FFCA: hue angle of 156.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFCA is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 202 | - |
| CMYK | 0.54 | 0 | 0.21 | 0 |
| HSL | 156.79º | 1% | 0.73% | - |
| HSV(B) | 156.79º | 0.54% | 1% | - |
| XYZ | 53.89 | 79.64 | 68.41 | - |
| YUV | 208 | 124.61 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 202 | 0.54 | 0 | 0.21 | 0 | 156.79 | 1 | 0.73 |
| Hex | 76 | FF | CA | 36 | 0 | 15 | 0 | 9D | 64 | 49 |
| Octal | 166 | 377 | 312 | 66 | 0 | 25 | 0 | 235 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11001010 | 110110 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001001 |
Color Harmonies of #76FFCA
Complementary color
Monochromatic Colors of #76FFCA
Black with #76FFCA
Text Example
Text Example
White with #76FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFCA; }
p { color: rgb(118,255,202); }
H1.HeaderClassName
{
color: #76FFCA;
}
.AnyTagClassName
{
color: #76FFCA;
}
</style>
background-color css
<style>
a { background-color: #76FFCA; }
a { background-color: rgb(118,255,202); }
div.DivClassName
{
background-color: #76FFCA;
}
.BgClassName
{
background-color: #76FFCA;
}
</style>
border-color css
<style>
span { border-color: #76FFCA; }
span { border-color: rgb(118,255,202); }
td.TdClassName
{
border-color: #76FFCA;
}
.TagClassName
{
border-color: #76FFCA;
}
</style>