Shades of Reef #CCF696
Tints of Reef #CCF696
RGB
CMYK
RGB Variations
Color information
#CCF696 (or 0xCCF696) is known color: Reef. HEX triplet: CC, F6 and 96. RGB value is (204,246,150). Sum of RGB (Red+Green+Blue) = 204+246+150=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF696 is #330969. Grayscale: #DEDEDE. Windows color (decimal): -3344746 or 9893580. OLE color: 9893580.
HSL color Cylindrical-coordinate representation of color #CCF696: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF696 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 150 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.04 |
| HSL | 86.25º | 0.84% | 0.78% | - |
| HSV(B) | 86.25º | 0.39% | 0.96% | - |
| XYZ | 63.36 | 80.95 | 41.14 | - |
| YUV | 222.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 150 | 0.17 | 0 | 0.39 | 0.04 | 86.25 | 0.84 | 0.78 |
| Hex | CC | F6 | 96 | 11 | 0 | 27 | 4 | 56 | 54 | 4E |
| Octal | 314 | 366 | 226 | 21 | 0 | 47 | 4 | 126 | 124 | 116 |
| Binary | 11001100 | 11110110 | 10010110 | 10001 | 0 | 100111 | 100 | 1010110 | 1010100 | 1001110 |
Color Harmonies of #CCF696
Complementary color
Monochromatic Colors of #CCF696
Black with #CCF696
Text Example
Text Example
White with #CCF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF696; }
p { color: rgb(204,246,150); }
H1.HeaderClassName
{
color: #CCF696;
}
.AnyTagClassName
{
color: #CCF696;
}
</style>
background-color css
<style>
a { background-color: #CCF696; }
a { background-color: rgb(204,246,150); }
div.DivClassName
{
background-color: #CCF696;
}
.BgClassName
{
background-color: #CCF696;
}
</style>
border-color css
<style>
span { border-color: #CCF696; }
span { border-color: rgb(204,246,150); }
td.TdClassName
{
border-color: #CCF696;
}
.TagClassName
{
border-color: #CCF696;
}
</style>