Shades of Reef #C9EBA5
Tints of Reef #C9EBA5
RGB
CMYK
RGB Variations
Color information
#C9EBA5 (or 0xC9EBA5) is known color: Reef. HEX triplet: C9, EB and A5. RGB value is (201,235,165). Sum of RGB (Red+Green+Blue) = 201+235+165=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EBA5 is #36145A. Grayscale: #D9D9D9. Windows color (decimal): -3544155 or 10873801. OLE color: 10873801.
HSL color Cylindrical-coordinate representation of color #C9EBA5: hue angle of 89.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9EBA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 165 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.08 |
| HSL | 89.14º | 0.64% | 0.78% | - |
| HSV(B) | 89.14º | 0.3% | 0.92% | - |
| XYZ | 60.59 | 74.55 | 46.79 | - |
| YUV | 216.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 165 | 0.14 | 0 | 0.30 | 0.08 | 89.14 | 0.64 | 0.78 |
| Hex | C9 | EB | A5 | E | 0 | 1E | 8 | 59 | 40 | 4E |
| Octal | 311 | 353 | 245 | 16 | 0 | 36 | 10 | 131 | 100 | 116 |
| Binary | 11001001 | 11101011 | 10100101 | 1110 | 0 | 11110 | 1000 | 1011001 | 1000000 | 1001110 |
Color Harmonies of #C9EBA5
Complementary color
Monochromatic Colors of #C9EBA5
Black with #C9EBA5
Text Example
Text Example
White with #C9EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBA5; }
p { color: rgb(201,235,165); }
H1.HeaderClassName
{
color: #C9EBA5;
}
.AnyTagClassName
{
color: #C9EBA5;
}
</style>
background-color css
<style>
a { background-color: #C9EBA5; }
a { background-color: rgb(201,235,165); }
div.DivClassName
{
background-color: #C9EBA5;
}
.BgClassName
{
background-color: #C9EBA5;
}
</style>
border-color css
<style>
span { border-color: #C9EBA5; }
span { border-color: rgb(201,235,165); }
td.TdClassName
{
border-color: #C9EBA5;
}
.TagClassName
{
border-color: #C9EBA5;
}
</style>