Shades of Reef #CFF1AB
Tints of Reef #CFF1AB
RGB
CMYK
RGB Variations
Color information
#CFF1AB (or 0xCFF1AB) is known color: Reef. HEX triplet: CF, F1 and AB. RGB value is (207,241,171). Sum of RGB (Red+Green+Blue) = 207+241+171=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1AB is #300E54. Grayscale: #DFDFDF. Windows color (decimal): -3149397 or 11268559. OLE color: 11268559.
HSL color Cylindrical-coordinate representation of color #CFF1AB: hue angle of 89.14º degrees, saturation: 0.71, 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 #CFF1AB is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 171 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 89.14º | 0.71% | 0.81% | - |
| HSV(B) | 89.14º | 0.29% | 0.95% | - |
| XYZ | 64.54 | 79.12 | 50.4 | - |
| YUV | 222.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 171 | 0.14 | 0 | 0.29 | 0.05 | 89.14 | 0.71 | 0.81 |
| Hex | CF | F1 | AB | E | 0 | 1D | 5 | 59 | 47 | 51 |
| Octal | 317 | 361 | 253 | 16 | 0 | 35 | 5 | 131 | 107 | 121 |
| Binary | 11001111 | 11110001 | 10101011 | 1110 | 0 | 11101 | 101 | 1011001 | 1000111 | 1010001 |
Color Harmonies of #CFF1AB
Complementary color
Monochromatic Colors of #CFF1AB
Black with #CFF1AB
Text Example
Text Example
White with #CFF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1AB; }
p { color: rgb(207,241,171); }
H1.HeaderClassName
{
color: #CFF1AB;
}
.AnyTagClassName
{
color: #CFF1AB;
}
</style>
background-color css
<style>
a { background-color: #CFF1AB; }
a { background-color: rgb(207,241,171); }
div.DivClassName
{
background-color: #CFF1AB;
}
.BgClassName
{
background-color: #CFF1AB;
}
</style>
border-color css
<style>
span { border-color: #CFF1AB; }
span { border-color: rgb(207,241,171); }
td.TdClassName
{
border-color: #CFF1AB;
}
.TagClassName
{
border-color: #CFF1AB;
}
</style>