Shades of Reef #C8EAAB
Tints of Reef #C8EAAB
RGB
CMYK
RGB Variations
Color information
#C8EAAB (or 0xC8EAAB) is known color: Reef. HEX triplet: C8, EA and AB. RGB value is (200,234,171). Sum of RGB (Red+Green+Blue) = 200+234+171=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EAAB is #371554. Grayscale: #D8D8D8. Windows color (decimal): -3609941 or 11266760. OLE color: 11266760.
HSL color Cylindrical-coordinate representation of color #C8EAAB: hue angle of 92.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EAAB is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 171 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.08 |
| HSL | 92.38º | 0.6% | 0.79% | - |
| HSV(B) | 92.38º | 0.27% | 0.92% | - |
| XYZ | 60.59 | 74.07 | 49.63 | - |
| YUV | 216.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 171 | 0.15 | 0 | 0.27 | 0.08 | 92.38 | 0.6 | 0.79 |
| Hex | C8 | EA | AB | F | 0 | 1B | 8 | 5C | 3C | 4F |
| Octal | 310 | 352 | 253 | 17 | 0 | 33 | 10 | 134 | 74 | 117 |
| Binary | 11001000 | 11101010 | 10101011 | 1111 | 0 | 11011 | 1000 | 1011100 | 111100 | 1001111 |
Color Harmonies of #C8EAAB
Complementary color
Monochromatic Colors of #C8EAAB
Black with #C8EAAB
Text Example
Text Example
White with #C8EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EAAB; }
p { color: rgb(200,234,171); }
H1.HeaderClassName
{
color: #C8EAAB;
}
.AnyTagClassName
{
color: #C8EAAB;
}
</style>
background-color css
<style>
a { background-color: #C8EAAB; }
a { background-color: rgb(200,234,171); }
div.DivClassName
{
background-color: #C8EAAB;
}
.BgClassName
{
background-color: #C8EAAB;
}
</style>
border-color css
<style>
span { border-color: #C8EAAB; }
span { border-color: rgb(200,234,171); }
td.TdClassName
{
border-color: #C8EAAB;
}
.TagClassName
{
border-color: #C8EAAB;
}
</style>