Shades of Reef #CCEC9A
Tints of Reef #CCEC9A
RGB
CMYK
RGB Variations
Color information
#CCEC9A (or 0xCCEC9A) is known color: Reef. HEX triplet: CC, EC and 9A. RGB value is (204,236,154). Sum of RGB (Red+Green+Blue) = 204+236+154=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC9A is #331365. Grayscale: #D9D9D9. Windows color (decimal): -3347302 or 10153164. OLE color: 10153164.
HSL color Cylindrical-coordinate representation of color #CCEC9A: hue angle of 83.41º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCEC9A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 154 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.07 |
| HSL | 83.41º | 0.68% | 0.76% | - |
| HSV(B) | 83.41º | 0.35% | 0.93% | - |
| XYZ | 60.73 | 75.16 | 41.88 | - |
| YUV | 217.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 154 | 0.14 | 0 | 0.35 | 0.07 | 83.41 | 0.68 | 0.76 |
| Hex | CC | EC | 9A | E | 0 | 23 | 7 | 53 | 44 | 4C |
| Octal | 314 | 354 | 232 | 16 | 0 | 43 | 7 | 123 | 104 | 114 |
| Binary | 11001100 | 11101100 | 10011010 | 1110 | 0 | 100011 | 111 | 1010011 | 1000100 | 1001100 |
Color Harmonies of #CCEC9A
Complementary color
Monochromatic Colors of #CCEC9A
Black with #CCEC9A
Text Example
Text Example
White with #CCEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC9A; }
p { color: rgb(204,236,154); }
H1.HeaderClassName
{
color: #CCEC9A;
}
.AnyTagClassName
{
color: #CCEC9A;
}
</style>
background-color css
<style>
a { background-color: #CCEC9A; }
a { background-color: rgb(204,236,154); }
div.DivClassName
{
background-color: #CCEC9A;
}
.BgClassName
{
background-color: #CCEC9A;
}
</style>
border-color css
<style>
span { border-color: #CCEC9A; }
span { border-color: rgb(204,236,154); }
td.TdClassName
{
border-color: #CCEC9A;
}
.TagClassName
{
border-color: #CCEC9A;
}
</style>