Shades of Reef #CCFEA0
Tints of Reef #CCFEA0
RGB
CMYK
RGB Variations
Color information
#CCFEA0 (or 0xCCFEA0) is known color: Reef. HEX triplet: CC, FE and A0. RGB value is (204,254,160). Sum of RGB (Red+Green+Blue) = 204+254+160=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEA0 is #33015F. Grayscale: #E4E4E4. Windows color (decimal): -3342688 or 10550988. OLE color: 10550988.
HSL color Cylindrical-coordinate representation of color #CCFEA0: hue angle of 91.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCFEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 160 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.00 |
| HSL | 91.91º | 0.98% | 0.81% | - |
| HSV(B) | 91.91º | 0.37% | 1% | - |
| XYZ | 66.69 | 86.26 | 46.39 | - |
| YUV | 228.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 160 | 0.20 | 0 | 0.37 | 0.00 | 91.91 | 0.98 | 0.81 |
| Hex | CC | FE | A0 | 14 | 0 | 25 | 0 | 5C | 62 | 51 |
| Octal | 314 | 376 | 240 | 24 | 0 | 45 | 0 | 134 | 142 | 121 |
| Binary | 11001100 | 11111110 | 10100000 | 10100 | 0 | 100101 | 0 | 1011100 | 1100010 | 1010001 |
Color Harmonies of #CCFEA0
Complementary color
Monochromatic Colors of #CCFEA0
Black with #CCFEA0
Text Example
Text Example
White with #CCFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEA0; }
p { color: rgb(204,254,160); }
H1.HeaderClassName
{
color: #CCFEA0;
}
.AnyTagClassName
{
color: #CCFEA0;
}
</style>
background-color css
<style>
a { background-color: #CCFEA0; }
a { background-color: rgb(204,254,160); }
div.DivClassName
{
background-color: #CCFEA0;
}
.BgClassName
{
background-color: #CCFEA0;
}
</style>
border-color css
<style>
span { border-color: #CCFEA0; }
span { border-color: rgb(204,254,160); }
td.TdClassName
{
border-color: #CCFEA0;
}
.TagClassName
{
border-color: #CCFEA0;
}
</style>