Shades of Reef #CCF096
Tints of Reef #CCF096
RGB
CMYK
RGB Variations
Color information
#CCF096 (or 0xCCF096) is known color: Reef. HEX triplet: CC, F0 and 96. RGB value is (204,240,150). Sum of RGB (Red+Green+Blue) = 204+240+150=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF096 is #330F69. Grayscale: #DBDBDB. Windows color (decimal): -3346282 or 9892044. OLE color: 9892044.
HSL color Cylindrical-coordinate representation of color #CCF096: hue angle of 84º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF096 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 150 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.06 |
| HSL | 84º | 0.75% | 0.76% | - |
| HSV(B) | 84º | 0.38% | 0.94% | - |
| XYZ | 61.57 | 77.36 | 40.54 | - |
| YUV | 218.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 150 | 0.15 | 0 | 0.37 | 0.06 | 84 | 0.75 | 0.76 |
| Hex | CC | F0 | 96 | F | 0 | 25 | 6 | 54 | 4B | 4C |
| Octal | 314 | 360 | 226 | 17 | 0 | 45 | 6 | 124 | 113 | 114 |
| Binary | 11001100 | 11110000 | 10010110 | 1111 | 0 | 100101 | 110 | 1010100 | 1001011 | 1001100 |
Color Harmonies of #CCF096
Complementary color
Monochromatic Colors of #CCF096
Black with #CCF096
Text Example
Text Example
White with #CCF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF096; }
p { color: rgb(204,240,150); }
H1.HeaderClassName
{
color: #CCF096;
}
.AnyTagClassName
{
color: #CCF096;
}
</style>
background-color css
<style>
a { background-color: #CCF096; }
a { background-color: rgb(204,240,150); }
div.DivClassName
{
background-color: #CCF096;
}
.BgClassName
{
background-color: #CCF096;
}
</style>
border-color css
<style>
span { border-color: #CCF096; }
span { border-color: rgb(204,240,150); }
td.TdClassName
{
border-color: #CCF096;
}
.TagClassName
{
border-color: #CCF096;
}
</style>