Shades of Aquamarine #76EECB
Tints of Aquamarine #76EECB
RGB
CMYK
RGB Variations
Color information
#76EECB (or 0x76EECB) is known color: Aquamarine. HEX triplet: 76, EE and CB. RGB value is (118,238,203). Sum of RGB (Red+Green+Blue) = 118+238+203=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #76EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EECB is #891134. Grayscale: #C6C6C6. Windows color (decimal): -8982837 or 13364854. OLE color: 13364854.
HSL color Cylindrical-coordinate representation of color #76EECB: hue angle of 162.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EECB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 238 | 203 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.07 |
| HSL | 162.5º | 0.78% | 0.7% | - |
| HSV(B) | 162.5º | 0.5% | 0.93% | - |
| XYZ | 48.83 | 69.31 | 67.31 | - |
| YUV | 198.13 | 130.74 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 203 | 0.50 | 0 | 0.15 | 0.07 | 162.5 | 0.78 | 0.7 |
| Hex | 76 | EE | CB | 32 | 0 | F | 7 | A2 | 4E | 46 |
| Octal | 166 | 356 | 313 | 62 | 0 | 17 | 7 | 242 | 116 | 106 |
| Binary | 1110110 | 11101110 | 11001011 | 110010 | 0 | 1111 | 111 | 10100010 | 1001110 | 1000110 |
Color Harmonies of #76EECB
Complementary color
Monochromatic Colors of #76EECB
Black with #76EECB
Text Example
Text Example
White with #76EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EECB; }
p { color: rgb(118,238,203); }
H1.HeaderClassName
{
color: #76EECB;
}
.AnyTagClassName
{
color: #76EECB;
}
</style>
background-color css
<style>
a { background-color: #76EECB; }
a { background-color: rgb(118,238,203); }
div.DivClassName
{
background-color: #76EECB;
}
.BgClassName
{
background-color: #76EECB;
}
</style>
border-color css
<style>
span { border-color: #76EECB; }
span { border-color: rgb(118,238,203); }
td.TdClassName
{
border-color: #76EECB;
}
.TagClassName
{
border-color: #76EECB;
}
</style>