Shades of Reef #CFF2AC
Tints of Reef #CFF2AC
RGB
CMYK
RGB Variations
Color information
#CFF2AC (or 0xCFF2AC) is known color: Reef. HEX triplet: CF, F2 and AC. RGB value is (207,242,172). Sum of RGB (Red+Green+Blue) = 207+242+172=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2AC is #300D53. Grayscale: #DFDFDF. Windows color (decimal): -3149140 or 11334351. OLE color: 11334351.
HSL color Cylindrical-coordinate representation of color #CFF2AC: hue angle of 90º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF2AC is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 172 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 90º | 0.73% | 0.81% | - |
| HSV(B) | 90º | 0.29% | 0.95% | - |
| XYZ | 64.93 | 79.75 | 51 | - |
| YUV | 223.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 172 | 0.14 | 0 | 0.29 | 0.05 | 90 | 0.73 | 0.81 |
| Hex | CF | F2 | AC | E | 0 | 1D | 5 | 5A | 49 | 51 |
| Octal | 317 | 362 | 254 | 16 | 0 | 35 | 5 | 132 | 111 | 121 |
| Binary | 11001111 | 11110010 | 10101100 | 1110 | 0 | 11101 | 101 | 1011010 | 1001001 | 1010001 |
Color Harmonies of #CFF2AC
Complementary color
Monochromatic Colors of #CFF2AC
Black with #CFF2AC
Text Example
Text Example
White with #CFF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2AC; }
p { color: rgb(207,242,172); }
H1.HeaderClassName
{
color: #CFF2AC;
}
.AnyTagClassName
{
color: #CFF2AC;
}
</style>
background-color css
<style>
a { background-color: #CFF2AC; }
a { background-color: rgb(207,242,172); }
div.DivClassName
{
background-color: #CFF2AC;
}
.BgClassName
{
background-color: #CFF2AC;
}
</style>
border-color css
<style>
span { border-color: #CFF2AC; }
span { border-color: rgb(207,242,172); }
td.TdClassName
{
border-color: #CFF2AC;
}
.TagClassName
{
border-color: #CFF2AC;
}
</style>