Shades of Reef #CCF69C
Tints of Reef #CCF69C
RGB
CMYK
RGB Variations
Color information
#CCF69C (or 0xCCF69C) is known color: Reef. HEX triplet: CC, F6 and 9C. RGB value is (204,246,156). Sum of RGB (Red+Green+Blue) = 204+246+156=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF69C is #330963. Grayscale: #DFDFDF. Windows color (decimal): -3344740 or 10286796. OLE color: 10286796.
HSL color Cylindrical-coordinate representation of color #CCF69C: hue angle of 88º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF69C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 156 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.04 |
| HSL | 88º | 0.83% | 0.79% | - |
| HSV(B) | 88º | 0.37% | 0.96% | - |
| XYZ | 63.86 | 81.15 | 43.75 | - |
| YUV | 223.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 156 | 0.17 | 0 | 0.37 | 0.04 | 88 | 0.83 | 0.79 |
| Hex | CC | F6 | 9C | 11 | 0 | 25 | 4 | 58 | 53 | 4F |
| Octal | 314 | 366 | 234 | 21 | 0 | 45 | 4 | 130 | 123 | 117 |
| Binary | 11001100 | 11110110 | 10011100 | 10001 | 0 | 100101 | 100 | 1011000 | 1010011 | 1001111 |
Color Harmonies of #CCF69C
Complementary color
Monochromatic Colors of #CCF69C
Black with #CCF69C
Text Example
Text Example
White with #CCF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF69C; }
p { color: rgb(204,246,156); }
H1.HeaderClassName
{
color: #CCF69C;
}
.AnyTagClassName
{
color: #CCF69C;
}
</style>
background-color css
<style>
a { background-color: #CCF69C; }
a { background-color: rgb(204,246,156); }
div.DivClassName
{
background-color: #CCF69C;
}
.BgClassName
{
background-color: #CCF69C;
}
</style>
border-color css
<style>
span { border-color: #CCF69C; }
span { border-color: rgb(204,246,156); }
td.TdClassName
{
border-color: #CCF69C;
}
.TagClassName
{
border-color: #CCF69C;
}
</style>