Shades of Reef #CCFAA0
Tints of Reef #CCFAA0
RGB
CMYK
RGB Variations
Color information
#CCFAA0 (or 0xCCFAA0) is known color: Reef. HEX triplet: CC, FA and A0. RGB value is (204,250,160). Sum of RGB (Red+Green+Blue) = 204+250+160=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA0 is #33055F. Grayscale: #E2E2E2. Windows color (decimal): -3343712 or 10549964. OLE color: 10549964.
HSL color Cylindrical-coordinate representation of color #CCFAA0: hue angle of 90.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCFAA0 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 160 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.02 |
| HSL | 90.67º | 0.9% | 0.8% | - |
| HSV(B) | 90.67º | 0.36% | 0.98% | - |
| XYZ | 65.43 | 83.75 | 45.97 | - |
| YUV | 225.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 160 | 0.18 | 0 | 0.36 | 0.02 | 90.67 | 0.9 | 0.8 |
| Hex | CC | FA | A0 | 12 | 0 | 24 | 2 | 5B | 5A | 50 |
| Octal | 314 | 372 | 240 | 22 | 0 | 44 | 2 | 133 | 132 | 120 |
| Binary | 11001100 | 11111010 | 10100000 | 10010 | 0 | 100100 | 10 | 1011011 | 1011010 | 1010000 |
Color Harmonies of #CCFAA0
Complementary color
Monochromatic Colors of #CCFAA0
Black with #CCFAA0
Text Example
Text Example
White with #CCFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA0; }
p { color: rgb(204,250,160); }
H1.HeaderClassName
{
color: #CCFAA0;
}
.AnyTagClassName
{
color: #CCFAA0;
}
</style>
background-color css
<style>
a { background-color: #CCFAA0; }
a { background-color: rgb(204,250,160); }
div.DivClassName
{
background-color: #CCFAA0;
}
.BgClassName
{
background-color: #CCFAA0;
}
</style>
border-color css
<style>
span { border-color: #CCFAA0; }
span { border-color: rgb(204,250,160); }
td.TdClassName
{
border-color: #CCFAA0;
}
.TagClassName
{
border-color: #CCFAA0;
}
</style>