Shades of Reef #C9F1AB
Tints of Reef #C9F1AB
RGB
CMYK
RGB Variations
Color information
#C9F1AB (or 0xC9F1AB) is known color: Reef. HEX triplet: C9, F1 and AB. RGB value is (201,241,171). Sum of RGB (Red+Green+Blue) = 201+241+171=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F1AB is #360E54. Grayscale: #DDDDDD. Windows color (decimal): -3542613 or 11268553. OLE color: 11268553.
HSL color Cylindrical-coordinate representation of color #C9F1AB: hue angle of 94.29º 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 #C9F1AB is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
RGB | 201 | 241 | 171 | - |
CMYK | 0.17 | 0 | 0.29 | 0.05 |
HSL | 94.29º | 0.71% | 0.81% | - |
HSV(B) | 94.29º | 0.29% | 0.95% | - |
XYZ | 62.89 | 78.27 | 50.32 | - |
YUV | 221.06 | 99.75 | 113.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 241 | 171 | 0.17 | 0 | 0.29 | 0.05 | 94.29 | 0.71 | 0.81 |
Hex | C9 | F1 | AB | 11 | 0 | 1D | 5 | 5E | 47 | 51 |
Octal | 311 | 361 | 253 | 21 | 0 | 35 | 5 | 136 | 107 | 121 |
Binary | 11001001 | 11110001 | 10101011 | 10001 | 0 | 11101 | 101 | 1011110 | 1000111 | 1010001 |
Color Harmonies of #C9F1AB
Complementary color
Monochromatic Colors of #C9F1AB
Black with #C9F1AB
Text Example
Text Example
White with #C9F1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F1AB; }
p { color: rgb(201,241,171); }
H1.HeaderClassName
{
color: #C9F1AB;
}
.AnyTagClassName
{
color: #C9F1AB;
}
</style>
background-color css
<style>
a { background-color: #C9F1AB; }
a { background-color: rgb(201,241,171); }
div.DivClassName
{
background-color: #C9F1AB;
}
.BgClassName
{
background-color: #C9F1AB;
}
</style>
border-color css
<style>
span { border-color: #C9F1AB; }
span { border-color: rgb(201,241,171); }
td.TdClassName
{
border-color: #C9F1AB;
}
.TagClassName
{
border-color: #C9F1AB;
}
</style>