Shades of Aquamarine #76FFCB
Tints of Aquamarine #76FFCB
RGB
CMYK
RGB Variations
Color information
#76FFCB (or 0x76FFCB) is known color: Aquamarine. HEX triplet: 76, FF and CB. RGB value is (118,255,203). Sum of RGB (Red+Green+Blue) = 118+255+203=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFCB is #890034. Grayscale: #D0D0D0. Windows color (decimal): -8978485 or 13369206. OLE color: 13369206.
HSL color Cylindrical-coordinate representation of color #76FFCB: hue angle of 157.23º 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 #76FFCB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 203 | - |
| CMYK | 0.54 | 0 | 0.20 | 0 |
| HSL | 157.23º | 1% | 0.73% | - |
| HSV(B) | 157.23º | 0.54% | 1% | - |
| XYZ | 54.01 | 79.68 | 69.03 | - |
| YUV | 208.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 203 | 0.54 | 0 | 0.20 | 0 | 157.23 | 1 | 0.73 |
| Hex | 76 | FF | CB | 36 | 0 | 14 | 0 | 9D | 64 | 49 |
| Octal | 166 | 377 | 313 | 66 | 0 | 24 | 0 | 235 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11001011 | 110110 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001001 |
Color Harmonies of #76FFCB
Complementary color
Monochromatic Colors of #76FFCB
Black with #76FFCB
Text Example
Text Example
White with #76FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFCB; }
p { color: rgb(118,255,203); }
H1.HeaderClassName
{
color: #76FFCB;
}
.AnyTagClassName
{
color: #76FFCB;
}
</style>
background-color css
<style>
a { background-color: #76FFCB; }
a { background-color: rgb(118,255,203); }
div.DivClassName
{
background-color: #76FFCB;
}
.BgClassName
{
background-color: #76FFCB;
}
</style>
border-color css
<style>
span { border-color: #76FFCB; }
span { border-color: rgb(118,255,203); }
td.TdClassName
{
border-color: #76FFCB;
}
.TagClassName
{
border-color: #76FFCB;
}
</style>