Shades of Reef #CCF2AC
Tints of Reef #CCF2AC
RGB
CMYK
RGB Variations
Color information
#CCF2AC (or 0xCCF2AC) is known color: Reef. HEX triplet: CC, F2 and AC. RGB value is (204,242,172). Sum of RGB (Red+Green+Blue) = 204+242+172=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AC is #330D53. Grayscale: #DEDEDE. Windows color (decimal): -3345748 or 11334348. OLE color: 11334348.
HSL color Cylindrical-coordinate representation of color #CCF2AC: hue angle of 92.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF2AC is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 172 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.05 |
| HSL | 92.57º | 0.73% | 0.81% | - |
| HSV(B) | 92.57º | 0.29% | 0.95% | - |
| XYZ | 64.1 | 79.32 | 50.96 | - |
| YUV | 222.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 172 | 0.16 | 0 | 0.29 | 0.05 | 92.57 | 0.73 | 0.81 |
| Hex | CC | F2 | AC | 10 | 0 | 1D | 5 | 5D | 49 | 51 |
| Octal | 314 | 362 | 254 | 20 | 0 | 35 | 5 | 135 | 111 | 121 |
| Binary | 11001100 | 11110010 | 10101100 | 10000 | 0 | 11101 | 101 | 1011101 | 1001001 | 1010001 |
Color Harmonies of #CCF2AC
Complementary color
Monochromatic Colors of #CCF2AC
Black with #CCF2AC
Text Example
Text Example
White with #CCF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2AC; }
p { color: rgb(204,242,172); }
H1.HeaderClassName
{
color: #CCF2AC;
}
.AnyTagClassName
{
color: #CCF2AC;
}
</style>
background-color css
<style>
a { background-color: #CCF2AC; }
a { background-color: rgb(204,242,172); }
div.DivClassName
{
background-color: #CCF2AC;
}
.BgClassName
{
background-color: #CCF2AC;
}
</style>
border-color css
<style>
span { border-color: #CCF2AC; }
span { border-color: rgb(204,242,172); }
td.TdClassName
{
border-color: #CCF2AC;
}
.TagClassName
{
border-color: #CCF2AC;
}
</style>