Shades of Reef #CFF6AA
Tints of Reef #CFF6AA
RGB
CMYK
RGB Variations
Color information
#CFF6AA (or 0xCFF6AA) is known color: Reef. HEX triplet: CF, F6 and AA. RGB value is (207,246,170). Sum of RGB (Red+Green+Blue) = 207+246+170=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6AA is #300955. Grayscale: #E1E1E1. Windows color (decimal): -3148118 or 11204303. OLE color: 11204303.
HSL color Cylindrical-coordinate representation of color #CFF6AA: hue angle of 90.79º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF6AA is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 170 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.04 |
| HSL | 90.79º | 0.81% | 0.82% | - |
| HSV(B) | 90.79º | 0.31% | 0.96% | - |
| XYZ | 65.94 | 82.08 | 50.4 | - |
| YUV | 225.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 170 | 0.16 | 0 | 0.31 | 0.04 | 90.79 | 0.81 | 0.82 |
| Hex | CF | F6 | AA | 10 | 0 | 1F | 4 | 5B | 51 | 52 |
| Octal | 317 | 366 | 252 | 20 | 0 | 37 | 4 | 133 | 121 | 122 |
| Binary | 11001111 | 11110110 | 10101010 | 10000 | 0 | 11111 | 100 | 1011011 | 1010001 | 1010010 |
Color Harmonies of #CFF6AA
Complementary color
Monochromatic Colors of #CFF6AA
Black with #CFF6AA
Text Example
Text Example
White with #CFF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6AA; }
p { color: rgb(207,246,170); }
H1.HeaderClassName
{
color: #CFF6AA;
}
.AnyTagClassName
{
color: #CFF6AA;
}
</style>
background-color css
<style>
a { background-color: #CFF6AA; }
a { background-color: rgb(207,246,170); }
div.DivClassName
{
background-color: #CFF6AA;
}
.BgClassName
{
background-color: #CFF6AA;
}
</style>
border-color css
<style>
span { border-color: #CFF6AA; }
span { border-color: rgb(207,246,170); }
td.TdClassName
{
border-color: #CFF6AA;
}
.TagClassName
{
border-color: #CFF6AA;
}
</style>