Shades of Reef #C8E8AA
Tints of Reef #C8E8AA
RGB
CMYK
RGB Variations
Color information
#C8E8AA (or 0xC8E8AA) is known color: Reef. HEX triplet: C8, E8 and AA. RGB value is (200,232,170). Sum of RGB (Red+Green+Blue) = 200+232+170=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E8AA is #371755. Grayscale: #D7D7D7. Windows color (decimal): -3610454 or 11200712. OLE color: 11200712.
HSL color Cylindrical-coordinate representation of color #C8E8AA: hue angle of 90.97º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8E8AA is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 170 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.09 |
| HSL | 90.97º | 0.57% | 0.79% | - |
| HSV(B) | 90.97º | 0.27% | 0.91% | - |
| XYZ | 59.93 | 72.89 | 48.94 | - |
| YUV | 215.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 170 | 0.14 | 0 | 0.27 | 0.09 | 90.97 | 0.57 | 0.79 |
| Hex | C8 | E8 | AA | E | 0 | 1B | 9 | 5B | 39 | 4F |
| Octal | 310 | 350 | 252 | 16 | 0 | 33 | 11 | 133 | 71 | 117 |
| Binary | 11001000 | 11101000 | 10101010 | 1110 | 0 | 11011 | 1001 | 1011011 | 111001 | 1001111 |
Color Harmonies of #C8E8AA
Complementary color
Monochromatic Colors of #C8E8AA
Black with #C8E8AA
Text Example
Text Example
White with #C8E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8AA; }
p { color: rgb(200,232,170); }
H1.HeaderClassName
{
color: #C8E8AA;
}
.AnyTagClassName
{
color: #C8E8AA;
}
</style>
background-color css
<style>
a { background-color: #C8E8AA; }
a { background-color: rgb(200,232,170); }
div.DivClassName
{
background-color: #C8E8AA;
}
.BgClassName
{
background-color: #C8E8AA;
}
</style>
border-color css
<style>
span { border-color: #C8E8AA; }
span { border-color: rgb(200,232,170); }
td.TdClassName
{
border-color: #C8E8AA;
}
.TagClassName
{
border-color: #C8E8AA;
}
</style>