Shades of Reef #CCEB90
Tints of Reef #CCEB90
RGB
CMYK
RGB Variations
Color information
#CCEB90 (or 0xCCEB90) is known color: Reef. HEX triplet: CC, EB and 90. RGB value is (204,235,144). Sum of RGB (Red+Green+Blue) = 204+235+144=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB90 is #33146F. Grayscale: #D7D7D7. Windows color (decimal): -3347568 or 9497548. OLE color: 9497548.
HSL color Cylindrical-coordinate representation of color #CCEB90: hue angle of 80.44º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCEB90 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 144 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.08 |
| HSL | 80.44º | 0.69% | 0.74% | - |
| HSV(B) | 80.44º | 0.39% | 0.92% | - |
| XYZ | 59.64 | 74.27 | 37.58 | - |
| YUV | 215.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 144 | 0.13 | 0 | 0.39 | 0.08 | 80.44 | 0.69 | 0.74 |
| Hex | CC | EB | 90 | D | 0 | 27 | 8 | 50 | 45 | 4A |
| Octal | 314 | 353 | 220 | 15 | 0 | 47 | 10 | 120 | 105 | 112 |
| Binary | 11001100 | 11101011 | 10010000 | 1101 | 0 | 100111 | 1000 | 1010000 | 1000101 | 1001010 |
Color Harmonies of #CCEB90
Complementary color
Monochromatic Colors of #CCEB90
Black with #CCEB90
Text Example
Text Example
White with #CCEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB90; }
p { color: rgb(204,235,144); }
H1.HeaderClassName
{
color: #CCEB90;
}
.AnyTagClassName
{
color: #CCEB90;
}
</style>
background-color css
<style>
a { background-color: #CCEB90; }
a { background-color: rgb(204,235,144); }
div.DivClassName
{
background-color: #CCEB90;
}
.BgClassName
{
background-color: #CCEB90;
}
</style>
border-color css
<style>
span { border-color: #CCEB90; }
span { border-color: rgb(204,235,144); }
td.TdClassName
{
border-color: #CCEB90;
}
.TagClassName
{
border-color: #CCEB90;
}
</style>