Shades of Reef #CCE096
Tints of Reef #CCE096
RGB
CMYK
RGB Variations
Color information
#CCE096 (or 0xCCE096) is known color: Reef. HEX triplet: CC, E0 and 96. RGB value is (204,224,150). Sum of RGB (Red+Green+Blue) = 204+224+150=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE096 is #331F69. Grayscale: #D1D1D1. Windows color (decimal): -3350378 or 9887948. OLE color: 9887948.
HSL color Cylindrical-coordinate representation of color #CCE096: hue angle of 76.22º 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 #CCE096 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 150 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.12 |
| HSL | 76.22º | 0.54% | 0.73% | - |
| HSV(B) | 76.22º | 0.33% | 0.88% | - |
| XYZ | 57.06 | 68.35 | 39.04 | - |
| YUV | 209.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 150 | 0.09 | 0 | 0.33 | 0.12 | 76.22 | 0.54 | 0.73 |
| Hex | CC | E0 | 96 | 9 | 0 | 21 | C | 4C | 36 | 49 |
| Octal | 314 | 340 | 226 | 11 | 0 | 41 | 14 | 114 | 66 | 111 |
| Binary | 11001100 | 11100000 | 10010110 | 1001 | 0 | 100001 | 1100 | 1001100 | 110110 | 1001001 |
Color Harmonies of #CCE096
Complementary color
Monochromatic Colors of #CCE096
Black with #CCE096
Text Example
Text Example
White with #CCE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE096; }
p { color: rgb(204,224,150); }
H1.HeaderClassName
{
color: #CCE096;
}
.AnyTagClassName
{
color: #CCE096;
}
</style>
background-color css
<style>
a { background-color: #CCE096; }
a { background-color: rgb(204,224,150); }
div.DivClassName
{
background-color: #CCE096;
}
.BgClassName
{
background-color: #CCE096;
}
</style>
border-color css
<style>
span { border-color: #CCE096; }
span { border-color: rgb(204,224,150); }
td.TdClassName
{
border-color: #CCE096;
}
.TagClassName
{
border-color: #CCE096;
}
</style>