Shades of Reef #CCFFA0
Tints of Reef #CCFFA0
RGB
CMYK
RGB Variations
Color information
#CCFFA0 (or 0xCCFFA0) is known color: Reef. HEX triplet: CC, FF and A0. RGB value is (204,255,160). Sum of RGB (Red+Green+Blue) = 204+255+160=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA0 is #33005F. Grayscale: #E5E5E5. Windows color (decimal): -3342432 or 10551244. OLE color: 10551244.
HSL color Cylindrical-coordinate representation of color #CCFFA0: hue angle of 92.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCFFA0 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 160 | - |
| CMYK | 0.2 | 0 | 0.37 | 0 |
| HSL | 92.21º | 1% | 0.81% | - |
| HSV(B) | 92.21º | 0.37% | 1% | - |
| XYZ | 67.01 | 86.9 | 46.5 | - |
| YUV | 228.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 160 | 0.2 | 0 | 0.37 | 0 | 92.21 | 1 | 0.81 |
| Hex | CC | FF | A0 | 14 | 0 | 25 | 0 | 5C | 64 | 51 |
| Octal | 314 | 377 | 240 | 24 | 0 | 45 | 0 | 134 | 144 | 121 |
| Binary | 11001100 | 11111111 | 10100000 | 10100 | 0 | 100101 | 0 | 1011100 | 1100100 | 1010001 |
Color Harmonies of #CCFFA0
Complementary color
Monochromatic Colors of #CCFFA0
Black with #CCFFA0
Text Example
Text Example
White with #CCFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFA0; }
p { color: rgb(204,255,160); }
H1.HeaderClassName
{
color: #CCFFA0;
}
.AnyTagClassName
{
color: #CCFFA0;
}
</style>
background-color css
<style>
a { background-color: #CCFFA0; }
a { background-color: rgb(204,255,160); }
div.DivClassName
{
background-color: #CCFFA0;
}
.BgClassName
{
background-color: #CCFFA0;
}
</style>
border-color css
<style>
span { border-color: #CCFFA0; }
span { border-color: rgb(204,255,160); }
td.TdClassName
{
border-color: #CCFFA0;
}
.TagClassName
{
border-color: #CCFFA0;
}
</style>