Shades of Reef #C4EBA0
Tints of Reef #C4EBA0
RGB
CMYK
RGB Variations
Color information
#C4EBA0 (or 0xC4EBA0) is known color: Reef. HEX triplet: C4, EB and A0. RGB value is (196,235,160). Sum of RGB (Red+Green+Blue) = 196+235+160=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EBA0 is #3B145F. Grayscale: #D7D7D7. Windows color (decimal): -3871840 or 10546116. OLE color: 10546116.
HSL color Cylindrical-coordinate representation of color #C4EBA0: hue angle of 91.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4EBA0 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 160 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.08 |
| HSL | 91.2º | 0.65% | 0.77% | - |
| HSV(B) | 91.2º | 0.32% | 0.92% | - |
| XYZ | 58.82 | 73.69 | 44.38 | - |
| YUV | 214.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 160 | 0.17 | 0 | 0.32 | 0.08 | 91.2 | 0.65 | 0.77 |
| Hex | C4 | EB | A0 | 11 | 0 | 20 | 8 | 5B | 41 | 4D |
| Octal | 304 | 353 | 240 | 21 | 0 | 40 | 10 | 133 | 101 | 115 |
| Binary | 11000100 | 11101011 | 10100000 | 10001 | 0 | 100000 | 1000 | 1011011 | 1000001 | 1001101 |
Color Harmonies of #C4EBA0
Complementary color
Monochromatic Colors of #C4EBA0
Black with #C4EBA0
Text Example
Text Example
White with #C4EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBA0; }
p { color: rgb(196,235,160); }
H1.HeaderClassName
{
color: #C4EBA0;
}
.AnyTagClassName
{
color: #C4EBA0;
}
</style>
background-color css
<style>
a { background-color: #C4EBA0; }
a { background-color: rgb(196,235,160); }
div.DivClassName
{
background-color: #C4EBA0;
}
.BgClassName
{
background-color: #C4EBA0;
}
</style>
border-color css
<style>
span { border-color: #C4EBA0; }
span { border-color: rgb(196,235,160); }
td.TdClassName
{
border-color: #C4EBA0;
}
.TagClassName
{
border-color: #C4EBA0;
}
</style>