Shades of Reef #CFF4AA
Tints of Reef #CFF4AA
RGB
CMYK
RGB Variations
Color information
#CFF4AA (or 0xCFF4AA) is known color: Reef. HEX triplet: CF, F4 and AA. RGB value is (207,244,170). Sum of RGB (Red+Green+Blue) = 207+244+170=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4AA is #300B55. Grayscale: #E0E0E0. Windows color (decimal): -3148630 or 11203791. OLE color: 11203791.
HSL color Cylindrical-coordinate representation of color #CFF4AA: hue angle of 90º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF4AA is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 170 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.04 |
| HSL | 90º | 0.77% | 0.81% | - |
| HSV(B) | 90º | 0.3% | 0.96% | - |
| XYZ | 65.34 | 80.87 | 50.2 | - |
| YUV | 224.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 170 | 0.15 | 0 | 0.30 | 0.04 | 90 | 0.77 | 0.81 |
| Hex | CF | F4 | AA | F | 0 | 1E | 4 | 5A | 4D | 51 |
| Octal | 317 | 364 | 252 | 17 | 0 | 36 | 4 | 132 | 115 | 121 |
| Binary | 11001111 | 11110100 | 10101010 | 1111 | 0 | 11110 | 100 | 1011010 | 1001101 | 1010001 |
Color Harmonies of #CFF4AA
Complementary color
Monochromatic Colors of #CFF4AA
Black with #CFF4AA
Text Example
Text Example
White with #CFF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4AA; }
p { color: rgb(207,244,170); }
H1.HeaderClassName
{
color: #CFF4AA;
}
.AnyTagClassName
{
color: #CFF4AA;
}
</style>
background-color css
<style>
a { background-color: #CFF4AA; }
a { background-color: rgb(207,244,170); }
div.DivClassName
{
background-color: #CFF4AA;
}
.BgClassName
{
background-color: #CFF4AA;
}
</style>
border-color css
<style>
span { border-color: #CFF4AA; }
span { border-color: rgb(207,244,170); }
td.TdClassName
{
border-color: #CFF4AA;
}
.TagClassName
{
border-color: #CFF4AA;
}
</style>