Shades of Reef #CCF1A0
Tints of Reef #CCF1A0
RGB
CMYK
RGB Variations
Color information
#CCF1A0 (or 0xCCF1A0) is known color: Reef. HEX triplet: CC, F1 and A0. RGB value is (204,241,160). Sum of RGB (Red+Green+Blue) = 204+241+160=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1A0 is #330E5F. Grayscale: #DCDCDC. Windows color (decimal): -3346016 or 10547660. OLE color: 10547660.
HSL color Cylindrical-coordinate representation of color #CCF1A0: hue angle of 87.41º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCF1A0 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 160 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.05 |
| HSL | 87.41º | 0.74% | 0.79% | - |
| HSV(B) | 87.41º | 0.34% | 0.95% | - |
| XYZ | 62.7 | 78.29 | 45.06 | - |
| YUV | 220.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 160 | 0.15 | 0 | 0.34 | 0.05 | 87.41 | 0.74 | 0.79 |
| Hex | CC | F1 | A0 | F | 0 | 22 | 5 | 57 | 4A | 4F |
| Octal | 314 | 361 | 240 | 17 | 0 | 42 | 5 | 127 | 112 | 117 |
| Binary | 11001100 | 11110001 | 10100000 | 1111 | 0 | 100010 | 101 | 1010111 | 1001010 | 1001111 |
Color Harmonies of #CCF1A0
Complementary color
Monochromatic Colors of #CCF1A0
Black with #CCF1A0
Text Example
Text Example
White with #CCF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1A0; }
p { color: rgb(204,241,160); }
H1.HeaderClassName
{
color: #CCF1A0;
}
.AnyTagClassName
{
color: #CCF1A0;
}
</style>
background-color css
<style>
a { background-color: #CCF1A0; }
a { background-color: rgb(204,241,160); }
div.DivClassName
{
background-color: #CCF1A0;
}
.BgClassName
{
background-color: #CCF1A0;
}
</style>
border-color css
<style>
span { border-color: #CCF1A0; }
span { border-color: rgb(204,241,160); }
td.TdClassName
{
border-color: #CCF1A0;
}
.TagClassName
{
border-color: #CCF1A0;
}
</style>