Shades of Reef #C7ECA8
Tints of Reef #C7ECA8
RGB
CMYK
RGB Variations
Color information
#C7ECA8 (or 0xC7ECA8) is known color: Reef. HEX triplet: C7, EC and A8. RGB value is (199,236,168). Sum of RGB (Red+Green+Blue) = 199+236+168=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ECA8 is #381357. Grayscale: #D9D9D9. Windows color (decimal): -3674968 or 11070663. OLE color: 11070663.
HSL color Cylindrical-coordinate representation of color #C7ECA8: hue angle of 92.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7ECA8 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 168 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.07 |
| HSL | 92.65º | 0.64% | 0.79% | - |
| HSV(B) | 92.65º | 0.29% | 0.93% | - |
| XYZ | 60.62 | 74.96 | 48.32 | - |
| YUV | 217.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 168 | 0.16 | 0 | 0.29 | 0.07 | 92.65 | 0.64 | 0.79 |
| Hex | C7 | EC | A8 | 10 | 0 | 1D | 7 | 5D | 40 | 4F |
| Octal | 307 | 354 | 250 | 20 | 0 | 35 | 7 | 135 | 100 | 117 |
| Binary | 11000111 | 11101100 | 10101000 | 10000 | 0 | 11101 | 111 | 1011101 | 1000000 | 1001111 |
Color Harmonies of #C7ECA8
Complementary color
Monochromatic Colors of #C7ECA8
Black with #C7ECA8
Text Example
Text Example
White with #C7ECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECA8; }
p { color: rgb(199,236,168); }
H1.HeaderClassName
{
color: #C7ECA8;
}
.AnyTagClassName
{
color: #C7ECA8;
}
</style>
background-color css
<style>
a { background-color: #C7ECA8; }
a { background-color: rgb(199,236,168); }
div.DivClassName
{
background-color: #C7ECA8;
}
.BgClassName
{
background-color: #C7ECA8;
}
</style>
border-color css
<style>
span { border-color: #C7ECA8; }
span { border-color: rgb(199,236,168); }
td.TdClassName
{
border-color: #C7ECA8;
}
.TagClassName
{
border-color: #C7ECA8;
}
</style>