Shades of Reef #C8ECAC
Tints of Reef #C8ECAC
RGB
CMYK
RGB Variations
Color information
#C8ECAC (or 0xC8ECAC) is known color: Reef. HEX triplet: C8, EC and AC. RGB value is (200,236,172). Sum of RGB (Red+Green+Blue) = 200+236+172=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECAC is #371353. Grayscale: #DADADA. Windows color (decimal): -3609428 or 11332808. OLE color: 11332808.
HSL color Cylindrical-coordinate representation of color #C8ECAC: hue angle of 93.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8ECAC is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 172 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.07 |
| HSL | 93.75º | 0.63% | 0.8% | - |
| HSV(B) | 93.75º | 0.27% | 0.93% | - |
| XYZ | 61.26 | 75.25 | 50.33 | - |
| YUV | 217.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 172 | 0.15 | 0 | 0.27 | 0.07 | 93.75 | 0.63 | 0.8 |
| Hex | C8 | EC | AC | F | 0 | 1B | 7 | 5E | 3F | 50 |
| Octal | 310 | 354 | 254 | 17 | 0 | 33 | 7 | 136 | 77 | 120 |
| Binary | 11001000 | 11101100 | 10101100 | 1111 | 0 | 11011 | 111 | 1011110 | 111111 | 1010000 |
Color Harmonies of #C8ECAC
Complementary color
Monochromatic Colors of #C8ECAC
Black with #C8ECAC
Text Example
Text Example
White with #C8ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECAC; }
p { color: rgb(200,236,172); }
H1.HeaderClassName
{
color: #C8ECAC;
}
.AnyTagClassName
{
color: #C8ECAC;
}
</style>
background-color css
<style>
a { background-color: #C8ECAC; }
a { background-color: rgb(200,236,172); }
div.DivClassName
{
background-color: #C8ECAC;
}
.BgClassName
{
background-color: #C8ECAC;
}
</style>
border-color css
<style>
span { border-color: #C8ECAC; }
span { border-color: rgb(200,236,172); }
td.TdClassName
{
border-color: #C8ECAC;
}
.TagClassName
{
border-color: #C8ECAC;
}
</style>