Shades of Reef #CCF9AA
Tints of Reef #CCF9AA
RGB
CMYK
RGB Variations
Color information
#CCF9AA (or 0xCCF9AA) is known color: Reef. HEX triplet: CC, F9 and AA. RGB value is (204,249,170). Sum of RGB (Red+Green+Blue) = 204+249+170=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9AA is #330655. Grayscale: #E2E2E2. Windows color (decimal): -3343958 or 11205068. OLE color: 11205068.
HSL color Cylindrical-coordinate representation of color #CCF9AA: hue angle of 94.18º degrees, saturation: 0.87, 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 #CCF9AA is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 170 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.02 |
| HSL | 94.18º | 0.87% | 0.82% | - |
| HSV(B) | 94.18º | 0.32% | 0.98% | - |
| XYZ | 66.03 | 83.49 | 50.67 | - |
| YUV | 226.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 170 | 0.18 | 0 | 0.32 | 0.02 | 94.18 | 0.87 | 0.82 |
| Hex | CC | F9 | AA | 12 | 0 | 20 | 2 | 5E | 57 | 52 |
| Octal | 314 | 371 | 252 | 22 | 0 | 40 | 2 | 136 | 127 | 122 |
| Binary | 11001100 | 11111001 | 10101010 | 10010 | 0 | 100000 | 10 | 1011110 | 1010111 | 1010010 |
Color Harmonies of #CCF9AA
Complementary color
Monochromatic Colors of #CCF9AA
Black with #CCF9AA
Text Example
Text Example
White with #CCF9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9AA; }
p { color: rgb(204,249,170); }
H1.HeaderClassName
{
color: #CCF9AA;
}
.AnyTagClassName
{
color: #CCF9AA;
}
</style>
background-color css
<style>
a { background-color: #CCF9AA; }
a { background-color: rgb(204,249,170); }
div.DivClassName
{
background-color: #CCF9AA;
}
.BgClassName
{
background-color: #CCF9AA;
}
</style>
border-color css
<style>
span { border-color: #CCF9AA; }
span { border-color: rgb(204,249,170); }
td.TdClassName
{
border-color: #CCF9AA;
}
.TagClassName
{
border-color: #CCF9AA;
}
</style>