Shades of Reef #CFF0AA
Tints of Reef #CFF0AA
RGB
CMYK
RGB Variations
Color information
#CFF0AA (or 0xCFF0AA) is known color: Reef. HEX triplet: CF, F0 and AA. RGB value is (207,240,170). Sum of RGB (Red+Green+Blue) = 207+240+170=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0AA is #300F55. Grayscale: #DEDEDE. Windows color (decimal): -3149654 or 11202767. OLE color: 11202767.
HSL color Cylindrical-coordinate representation of color #CFF0AA: hue angle of 88.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF0AA is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 170 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.06 |
| HSL | 88.29º | 0.7% | 0.8% | - |
| HSV(B) | 88.29º | 0.29% | 0.94% | - |
| XYZ | 64.15 | 78.49 | 49.8 | - |
| YUV | 222.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 170 | 0.14 | 0 | 0.29 | 0.06 | 88.29 | 0.7 | 0.8 |
| Hex | CF | F0 | AA | E | 0 | 1D | 6 | 58 | 46 | 50 |
| Octal | 317 | 360 | 252 | 16 | 0 | 35 | 6 | 130 | 106 | 120 |
| Binary | 11001111 | 11110000 | 10101010 | 1110 | 0 | 11101 | 110 | 1011000 | 1000110 | 1010000 |
Color Harmonies of #CFF0AA
Complementary color
Monochromatic Colors of #CFF0AA
Black with #CFF0AA
Text Example
Text Example
White with #CFF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0AA; }
p { color: rgb(207,240,170); }
H1.HeaderClassName
{
color: #CFF0AA;
}
.AnyTagClassName
{
color: #CFF0AA;
}
</style>
background-color css
<style>
a { background-color: #CFF0AA; }
a { background-color: rgb(207,240,170); }
div.DivClassName
{
background-color: #CFF0AA;
}
.BgClassName
{
background-color: #CFF0AA;
}
</style>
border-color css
<style>
span { border-color: #CFF0AA; }
span { border-color: rgb(207,240,170); }
td.TdClassName
{
border-color: #CFF0AA;
}
.TagClassName
{
border-color: #CFF0AA;
}
</style>