Shades of Reef #CFF7A6
Tints of Reef #CFF7A6
RGB
CMYK
RGB Variations
Color information
#CFF7A6 (or 0xCFF7A6) is known color: Reef. HEX triplet: CF, F7 and A6. RGB value is (207,247,166). Sum of RGB (Red+Green+Blue) = 207+247+166=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7A6 is #300859. Grayscale: #E2E2E2. Windows color (decimal): -3147866 or 10942415. OLE color: 10942415.
HSL color Cylindrical-coordinate representation of color #CFF7A6: hue angle of 89.63º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFF7A6 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 166 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.03 |
| HSL | 89.63º | 0.84% | 0.81% | - |
| HSV(B) | 89.63º | 0.33% | 0.97% | - |
| XYZ | 65.88 | 82.54 | 48.54 | - |
| YUV | 225.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 166 | 0.16 | 0 | 0.33 | 0.03 | 89.63 | 0.84 | 0.81 |
| Hex | CF | F7 | A6 | 10 | 0 | 21 | 3 | 5A | 54 | 51 |
| Octal | 317 | 367 | 246 | 20 | 0 | 41 | 3 | 132 | 124 | 121 |
| Binary | 11001111 | 11110111 | 10100110 | 10000 | 0 | 100001 | 11 | 1011010 | 1010100 | 1010001 |
Color Harmonies of #CFF7A6
Complementary color
Monochromatic Colors of #CFF7A6
Black with #CFF7A6
Text Example
Text Example
White with #CFF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7A6; }
p { color: rgb(207,247,166); }
H1.HeaderClassName
{
color: #CFF7A6;
}
.AnyTagClassName
{
color: #CFF7A6;
}
</style>
background-color css
<style>
a { background-color: #CFF7A6; }
a { background-color: rgb(207,247,166); }
div.DivClassName
{
background-color: #CFF7A6;
}
.BgClassName
{
background-color: #CFF7A6;
}
</style>
border-color css
<style>
span { border-color: #CFF7A6; }
span { border-color: rgb(207,247,166); }
td.TdClassName
{
border-color: #CFF7A6;
}
.TagClassName
{
border-color: #CFF7A6;
}
</style>