Shades of Reef #C9EBA1
Tints of Reef #C9EBA1
RGB
CMYK
RGB Variations
Color information
#C9EBA1 (or 0xC9EBA1) is known color: Reef. HEX triplet: C9, EB and A1. RGB value is (201,235,161). Sum of RGB (Red+Green+Blue) = 201+235+161=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EBA1 is #36145E. Grayscale: #D8D8D8. Windows color (decimal): -3544159 or 10611657. OLE color: 10611657.
HSL color Cylindrical-coordinate representation of color #C9EBA1: hue angle of 87.57º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9EBA1 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 161 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.08 |
| HSL | 87.57º | 0.65% | 0.78% | - |
| HSV(B) | 87.57º | 0.31% | 0.92% | - |
| XYZ | 60.23 | 74.41 | 44.91 | - |
| YUV | 216.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 161 | 0.14 | 0 | 0.31 | 0.08 | 87.57 | 0.65 | 0.78 |
| Hex | C9 | EB | A1 | E | 0 | 1F | 8 | 58 | 41 | 4E |
| Octal | 311 | 353 | 241 | 16 | 0 | 37 | 10 | 130 | 101 | 116 |
| Binary | 11001001 | 11101011 | 10100001 | 1110 | 0 | 11111 | 1000 | 1011000 | 1000001 | 1001110 |
Color Harmonies of #C9EBA1
Complementary color
Monochromatic Colors of #C9EBA1
Black with #C9EBA1
Text Example
Text Example
White with #C9EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBA1; }
p { color: rgb(201,235,161); }
H1.HeaderClassName
{
color: #C9EBA1;
}
.AnyTagClassName
{
color: #C9EBA1;
}
</style>
background-color css
<style>
a { background-color: #C9EBA1; }
a { background-color: rgb(201,235,161); }
div.DivClassName
{
background-color: #C9EBA1;
}
.BgClassName
{
background-color: #C9EBA1;
}
</style>
border-color css
<style>
span { border-color: #C9EBA1; }
span { border-color: rgb(201,235,161); }
td.TdClassName
{
border-color: #C9EBA1;
}
.TagClassName
{
border-color: #C9EBA1;
}
</style>