Shades of Reef #CEE096
Tints of Reef #CEE096
RGB
CMYK
RGB Variations
Color information
#CEE096 (or 0xCEE096) is known color: Reef. HEX triplet: CE, E0 and 96. RGB value is (206,224,150). Sum of RGB (Red+Green+Blue) = 206+224+150=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE096 is #311F69. Grayscale: #D2D2D2. Windows color (decimal): -3219306 or 9887950. OLE color: 9887950.
HSL color Cylindrical-coordinate representation of color #CEE096: hue angle of 74.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE096 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 150 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.12 |
| HSL | 74.59º | 0.54% | 0.73% | - |
| HSV(B) | 74.59º | 0.33% | 0.88% | - |
| XYZ | 57.61 | 68.64 | 39.07 | - |
| YUV | 210.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 150 | 0.08 | 0 | 0.33 | 0.12 | 74.59 | 0.54 | 0.73 |
| Hex | CE | E0 | 96 | 8 | 0 | 21 | C | 4B | 36 | 49 |
| Octal | 316 | 340 | 226 | 10 | 0 | 41 | 14 | 113 | 66 | 111 |
| Binary | 11001110 | 11100000 | 10010110 | 1000 | 0 | 100001 | 1100 | 1001011 | 110110 | 1001001 |
Color Harmonies of #CEE096
Complementary color
Monochromatic Colors of #CEE096
Black with #CEE096
Text Example
Text Example
White with #CEE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE096; }
p { color: rgb(206,224,150); }
H1.HeaderClassName
{
color: #CEE096;
}
.AnyTagClassName
{
color: #CEE096;
}
</style>
background-color css
<style>
a { background-color: #CEE096; }
a { background-color: rgb(206,224,150); }
div.DivClassName
{
background-color: #CEE096;
}
.BgClassName
{
background-color: #CEE096;
}
</style>
border-color css
<style>
span { border-color: #CEE096; }
span { border-color: rgb(206,224,150); }
td.TdClassName
{
border-color: #CEE096;
}
.TagClassName
{
border-color: #CEE096;
}
</style>