Shades of Reef #C7ECA0
Tints of Reef #C7ECA0
RGB
CMYK
RGB Variations
Color information
#C7ECA0 (or 0xC7ECA0) is known color: Reef. HEX triplet: C7, EC and A0. RGB value is (199,236,160). Sum of RGB (Red+Green+Blue) = 199+236+160=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ECA0 is #38135F. Grayscale: #D8D8D8. Windows color (decimal): -3674976 or 10546375. OLE color: 10546375.
HSL color Cylindrical-coordinate representation of color #C7ECA0: hue angle of 89.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7ECA0 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 160 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.07 |
| HSL | 89.21º | 0.67% | 0.78% | - |
| HSV(B) | 89.21º | 0.32% | 0.93% | - |
| XYZ | 59.89 | 74.67 | 44.51 | - |
| YUV | 216.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 160 | 0.16 | 0 | 0.32 | 0.07 | 89.21 | 0.67 | 0.78 |
| Hex | C7 | EC | A0 | 10 | 0 | 20 | 7 | 59 | 43 | 4E |
| Octal | 307 | 354 | 240 | 20 | 0 | 40 | 7 | 131 | 103 | 116 |
| Binary | 11000111 | 11101100 | 10100000 | 10000 | 0 | 100000 | 111 | 1011001 | 1000011 | 1001110 |
Color Harmonies of #C7ECA0
Complementary color
Monochromatic Colors of #C7ECA0
Black with #C7ECA0
Text Example
Text Example
White with #C7ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECA0; }
p { color: rgb(199,236,160); }
H1.HeaderClassName
{
color: #C7ECA0;
}
.AnyTagClassName
{
color: #C7ECA0;
}
</style>
background-color css
<style>
a { background-color: #C7ECA0; }
a { background-color: rgb(199,236,160); }
div.DivClassName
{
background-color: #C7ECA0;
}
.BgClassName
{
background-color: #C7ECA0;
}
</style>
border-color css
<style>
span { border-color: #C7ECA0; }
span { border-color: rgb(199,236,160); }
td.TdClassName
{
border-color: #C7ECA0;
}
.TagClassName
{
border-color: #C7ECA0;
}
</style>