Shades of Reef #CCFAA8
Tints of Reef #CCFAA8
RGB
CMYK
RGB Variations
Color information
#CCFAA8 (or 0xCCFAA8) is known color: Reef. HEX triplet: CC, FA and A8. RGB value is (204,250,168). Sum of RGB (Red+Green+Blue) = 204+250+168=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA8 is #330557. Grayscale: #E3E3E3. Windows color (decimal): -3343704 or 11074252. OLE color: 11074252.
HSL color Cylindrical-coordinate representation of color #CCFAA8: hue angle of 93.66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFAA8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 168 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.02 |
| HSL | 93.66º | 0.89% | 0.82% | - |
| HSV(B) | 93.66º | 0.33% | 0.98% | - |
| XYZ | 66.16 | 84.04 | 49.78 | - |
| YUV | 226.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 168 | 0.18 | 0 | 0.33 | 0.02 | 93.66 | 0.89 | 0.82 |
| Hex | CC | FA | A8 | 12 | 0 | 21 | 2 | 5E | 59 | 52 |
| Octal | 314 | 372 | 250 | 22 | 0 | 41 | 2 | 136 | 131 | 122 |
| Binary | 11001100 | 11111010 | 10101000 | 10010 | 0 | 100001 | 10 | 1011110 | 1011001 | 1010010 |
Color Harmonies of #CCFAA8
Complementary color
Monochromatic Colors of #CCFAA8
Black with #CCFAA8
Text Example
Text Example
White with #CCFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA8; }
p { color: rgb(204,250,168); }
H1.HeaderClassName
{
color: #CCFAA8;
}
.AnyTagClassName
{
color: #CCFAA8;
}
</style>
background-color css
<style>
a { background-color: #CCFAA8; }
a { background-color: rgb(204,250,168); }
div.DivClassName
{
background-color: #CCFAA8;
}
.BgClassName
{
background-color: #CCFAA8;
}
</style>
border-color css
<style>
span { border-color: #CCFAA8; }
span { border-color: rgb(204,250,168); }
td.TdClassName
{
border-color: #CCFAA8;
}
.TagClassName
{
border-color: #CCFAA8;
}
</style>