Shades of Reef #CCFAA9
Tints of Reef #CCFAA9
RGB
CMYK
RGB Variations
Color information
#CCFAA9 (or 0xCCFAA9) is known color: Reef. HEX triplet: CC, FA and A9. RGB value is (204,250,169). Sum of RGB (Red+Green+Blue) = 204+250+169=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA9 is #330556. Grayscale: #E3E3E3. Windows color (decimal): -3343703 or 11139788. OLE color: 11139788.
HSL color Cylindrical-coordinate representation of color #CCFAA9: hue angle of 94.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFAA9 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 169 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.02 |
| HSL | 94.07º | 0.89% | 0.82% | - |
| HSV(B) | 94.07º | 0.32% | 0.98% | - |
| XYZ | 66.25 | 84.07 | 50.27 | - |
| YUV | 227.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 169 | 0.18 | 0 | 0.32 | 0.02 | 94.07 | 0.89 | 0.82 |
| Hex | CC | FA | A9 | 12 | 0 | 20 | 2 | 5E | 59 | 52 |
| Octal | 314 | 372 | 251 | 22 | 0 | 40 | 2 | 136 | 131 | 122 |
| Binary | 11001100 | 11111010 | 10101001 | 10010 | 0 | 100000 | 10 | 1011110 | 1011001 | 1010010 |
Color Harmonies of #CCFAA9
Complementary color
Monochromatic Colors of #CCFAA9
Black with #CCFAA9
Text Example
Text Example
White with #CCFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA9; }
p { color: rgb(204,250,169); }
H1.HeaderClassName
{
color: #CCFAA9;
}
.AnyTagClassName
{
color: #CCFAA9;
}
</style>
background-color css
<style>
a { background-color: #CCFAA9; }
a { background-color: rgb(204,250,169); }
div.DivClassName
{
background-color: #CCFAA9;
}
.BgClassName
{
background-color: #CCFAA9;
}
</style>
border-color css
<style>
span { border-color: #CCFAA9; }
span { border-color: rgb(204,250,169); }
td.TdClassName
{
border-color: #CCFAA9;
}
.TagClassName
{
border-color: #CCFAA9;
}
</style>