Shades of Reef #CEE796
Tints of Reef #CEE796
RGB
CMYK
RGB Variations
Color information
#CEE796 (or 0xCEE796) is known color: Reef. HEX triplet: CE, E7 and 96. RGB value is (206,231,150). Sum of RGB (Red+Green+Blue) = 206+231+150=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE796 is #311869. Grayscale: #D6D6D6. Windows color (decimal): -3217514 or 9889742. OLE color: 9889742.
HSL color Cylindrical-coordinate representation of color #CEE796: hue angle of 78.52º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEE796 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 150 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.09 |
| HSL | 78.52º | 0.63% | 0.75% | - |
| HSV(B) | 78.52º | 0.35% | 0.91% | - |
| XYZ | 59.53 | 72.48 | 39.71 | - |
| YUV | 214.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 150 | 0.11 | 0 | 0.35 | 0.09 | 78.52 | 0.63 | 0.75 |
| Hex | CE | E7 | 96 | B | 0 | 23 | 9 | 4F | 3F | 4B |
| Octal | 316 | 347 | 226 | 13 | 0 | 43 | 11 | 117 | 77 | 113 |
| Binary | 11001110 | 11100111 | 10010110 | 1011 | 0 | 100011 | 1001 | 1001111 | 111111 | 1001011 |
Color Harmonies of #CEE796
Complementary color
Monochromatic Colors of #CEE796
Black with #CEE796
Text Example
Text Example
White with #CEE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE796; }
p { color: rgb(206,231,150); }
H1.HeaderClassName
{
color: #CEE796;
}
.AnyTagClassName
{
color: #CEE796;
}
</style>
background-color css
<style>
a { background-color: #CEE796; }
a { background-color: rgb(206,231,150); }
div.DivClassName
{
background-color: #CEE796;
}
.BgClassName
{
background-color: #CEE796;
}
</style>
border-color css
<style>
span { border-color: #CEE796; }
span { border-color: rgb(206,231,150); }
td.TdClassName
{
border-color: #CEE796;
}
.TagClassName
{
border-color: #CEE796;
}
</style>