Shades of Reef #CFF2AB
Tints of Reef #CFF2AB
RGB
CMYK
RGB Variations
Color information
#CFF2AB (or 0xCFF2AB) is known color: Reef. HEX triplet: CF, F2 and AB. RGB value is (207,242,171). Sum of RGB (Red+Green+Blue) = 207+242+171=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2AB is #300D54. Grayscale: #DFDFDF. Windows color (decimal): -3149141 or 11268815. OLE color: 11268815.
HSL color Cylindrical-coordinate representation of color #CFF2AB: hue angle of 89.58º 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 #CFF2AB is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 171 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 89.58º | 0.73% | 0.81% | - |
| HSV(B) | 89.58º | 0.29% | 0.95% | - |
| XYZ | 64.83 | 79.71 | 50.5 | - |
| YUV | 223.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 171 | 0.14 | 0 | 0.29 | 0.05 | 89.58 | 0.73 | 0.81 |
| Hex | CF | F2 | AB | E | 0 | 1D | 5 | 5A | 49 | 51 |
| Octal | 317 | 362 | 253 | 16 | 0 | 35 | 5 | 132 | 111 | 121 |
| Binary | 11001111 | 11110010 | 10101011 | 1110 | 0 | 11101 | 101 | 1011010 | 1001001 | 1010001 |
Color Harmonies of #CFF2AB
Complementary color
Monochromatic Colors of #CFF2AB
Black with #CFF2AB
Text Example
Text Example
White with #CFF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2AB; }
p { color: rgb(207,242,171); }
H1.HeaderClassName
{
color: #CFF2AB;
}
.AnyTagClassName
{
color: #CFF2AB;
}
</style>
background-color css
<style>
a { background-color: #CFF2AB; }
a { background-color: rgb(207,242,171); }
div.DivClassName
{
background-color: #CFF2AB;
}
.BgClassName
{
background-color: #CFF2AB;
}
</style>
border-color css
<style>
span { border-color: #CFF2AB; }
span { border-color: rgb(207,242,171); }
td.TdClassName
{
border-color: #CFF2AB;
}
.TagClassName
{
border-color: #CFF2AB;
}
</style>