Shades of Reef #C9F0AB
Tints of Reef #C9F0AB
RGB
CMYK
RGB Variations
Color information
#C9F0AB (or 0xC9F0AB) is known color: Reef. HEX triplet: C9, F0 and AB. RGB value is (201,240,171). Sum of RGB (Red+Green+Blue) = 201+240+171=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F0AB is #360F54. Grayscale: #DCDCDC. Windows color (decimal): -3542869 or 11268297. OLE color: 11268297.
HSL color Cylindrical-coordinate representation of color #C9F0AB: hue angle of 93.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9F0AB is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 171 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.06 |
| HSL | 93.91º | 0.7% | 0.81% | - |
| HSV(B) | 93.91º | 0.29% | 0.94% | - |
| XYZ | 62.6 | 77.68 | 50.22 | - |
| YUV | 220.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 171 | 0.16 | 0 | 0.29 | 0.06 | 93.91 | 0.7 | 0.81 |
| Hex | C9 | F0 | AB | 10 | 0 | 1D | 6 | 5E | 46 | 51 |
| Octal | 311 | 360 | 253 | 20 | 0 | 35 | 6 | 136 | 106 | 121 |
| Binary | 11001001 | 11110000 | 10101011 | 10000 | 0 | 11101 | 110 | 1011110 | 1000110 | 1010001 |
Color Harmonies of #C9F0AB
Complementary color
Monochromatic Colors of #C9F0AB
Black with #C9F0AB
Text Example
Text Example
White with #C9F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0AB; }
p { color: rgb(201,240,171); }
H1.HeaderClassName
{
color: #C9F0AB;
}
.AnyTagClassName
{
color: #C9F0AB;
}
</style>
background-color css
<style>
a { background-color: #C9F0AB; }
a { background-color: rgb(201,240,171); }
div.DivClassName
{
background-color: #C9F0AB;
}
.BgClassName
{
background-color: #C9F0AB;
}
</style>
border-color css
<style>
span { border-color: #C9F0AB; }
span { border-color: rgb(201,240,171); }
td.TdClassName
{
border-color: #C9F0AB;
}
.TagClassName
{
border-color: #C9F0AB;
}
</style>