Shades of Reef #CFF5AA
Tints of Reef #CFF5AA
RGB
CMYK
RGB Variations
Color information
#CFF5AA (or 0xCFF5AA) is known color: Reef. HEX triplet: CF, F5 and AA. RGB value is (207,245,170). Sum of RGB (Red+Green+Blue) = 207+245+170=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5AA is #300A55. Grayscale: #E1E1E1. Windows color (decimal): -3148374 or 11204047. OLE color: 11204047.
HSL color Cylindrical-coordinate representation of color #CFF5AA: hue angle of 90.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF5AA is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 170 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.04 |
| HSL | 90.4º | 0.79% | 0.81% | - |
| HSV(B) | 90.4º | 0.31% | 0.96% | - |
| XYZ | 65.64 | 81.47 | 50.3 | - |
| YUV | 225.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 170 | 0.16 | 0 | 0.31 | 0.04 | 90.4 | 0.79 | 0.81 |
| Hex | CF | F5 | AA | 10 | 0 | 1F | 4 | 5A | 4F | 51 |
| Octal | 317 | 365 | 252 | 20 | 0 | 37 | 4 | 132 | 117 | 121 |
| Binary | 11001111 | 11110101 | 10101010 | 10000 | 0 | 11111 | 100 | 1011010 | 1001111 | 1010001 |
Color Harmonies of #CFF5AA
Complementary color
Monochromatic Colors of #CFF5AA
Black with #CFF5AA
Text Example
Text Example
White with #CFF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5AA; }
p { color: rgb(207,245,170); }
H1.HeaderClassName
{
color: #CFF5AA;
}
.AnyTagClassName
{
color: #CFF5AA;
}
</style>
background-color css
<style>
a { background-color: #CFF5AA; }
a { background-color: rgb(207,245,170); }
div.DivClassName
{
background-color: #CFF5AA;
}
.BgClassName
{
background-color: #CFF5AA;
}
</style>
border-color css
<style>
span { border-color: #CFF5AA; }
span { border-color: rgb(207,245,170); }
td.TdClassName
{
border-color: #CFF5AA;
}
.TagClassName
{
border-color: #CFF5AA;
}
</style>