Shades of Reef #CFF0AC
Tints of Reef #CFF0AC
RGB
CMYK
RGB Variations
Color information
#CFF0AC (or 0xCFF0AC) is known color: Reef. HEX triplet: CF, F0 and AC. RGB value is (207,240,172). Sum of RGB (Red+Green+Blue) = 207+240+172=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0AC is #300F53. Grayscale: #DEDEDE. Windows color (decimal): -3149652 or 11333839. OLE color: 11333839.
HSL color Cylindrical-coordinate representation of color #CFF0AC: hue angle of 89.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF0AC is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 172 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.06 |
| HSL | 89.12º | 0.69% | 0.81% | - |
| HSV(B) | 89.12º | 0.28% | 0.94% | - |
| XYZ | 64.34 | 78.56 | 50.8 | - |
| YUV | 222.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 172 | 0.14 | 0 | 0.28 | 0.06 | 89.12 | 0.69 | 0.81 |
| Hex | CF | F0 | AC | E | 0 | 1C | 6 | 59 | 45 | 51 |
| Octal | 317 | 360 | 254 | 16 | 0 | 34 | 6 | 131 | 105 | 121 |
| Binary | 11001111 | 11110000 | 10101100 | 1110 | 0 | 11100 | 110 | 1011001 | 1000101 | 1010001 |
Color Harmonies of #CFF0AC
Complementary color
Monochromatic Colors of #CFF0AC
Black with #CFF0AC
Text Example
Text Example
White with #CFF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0AC; }
p { color: rgb(207,240,172); }
H1.HeaderClassName
{
color: #CFF0AC;
}
.AnyTagClassName
{
color: #CFF0AC;
}
</style>
background-color css
<style>
a { background-color: #CFF0AC; }
a { background-color: rgb(207,240,172); }
div.DivClassName
{
background-color: #CFF0AC;
}
.BgClassName
{
background-color: #CFF0AC;
}
</style>
border-color css
<style>
span { border-color: #CFF0AC; }
span { border-color: rgb(207,240,172); }
td.TdClassName
{
border-color: #CFF0AC;
}
.TagClassName
{
border-color: #CFF0AC;
}
</style>