Shades of Reef #C4EBA1
Tints of Reef #C4EBA1
RGB
CMYK
RGB Variations
Color information
#C4EBA1 (or 0xC4EBA1) is known color: Reef. HEX triplet: C4, EB and A1. RGB value is (196,235,161). Sum of RGB (Red+Green+Blue) = 196+235+161=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EBA1 is #3B145E. Grayscale: #D7D7D7. Windows color (decimal): -3871839 or 10611652. OLE color: 10611652.
HSL color Cylindrical-coordinate representation of color #C4EBA1: hue angle of 91.62º 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 #C4EBA1 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 161 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.08 |
| HSL | 91.62º | 0.65% | 0.78% | - |
| HSV(B) | 91.62º | 0.31% | 0.92% | - |
| XYZ | 58.91 | 73.73 | 44.84 | - |
| YUV | 214.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 161 | 0.17 | 0 | 0.31 | 0.08 | 91.62 | 0.65 | 0.78 |
| Hex | C4 | EB | A1 | 11 | 0 | 1F | 8 | 5C | 41 | 4E |
| Octal | 304 | 353 | 241 | 21 | 0 | 37 | 10 | 134 | 101 | 116 |
| Binary | 11000100 | 11101011 | 10100001 | 10001 | 0 | 11111 | 1000 | 1011100 | 1000001 | 1001110 |
Color Harmonies of #C4EBA1
Complementary color
Monochromatic Colors of #C4EBA1
Black with #C4EBA1
Text Example
Text Example
White with #C4EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBA1; }
p { color: rgb(196,235,161); }
H1.HeaderClassName
{
color: #C4EBA1;
}
.AnyTagClassName
{
color: #C4EBA1;
}
</style>
background-color css
<style>
a { background-color: #C4EBA1; }
a { background-color: rgb(196,235,161); }
div.DivClassName
{
background-color: #C4EBA1;
}
.BgClassName
{
background-color: #C4EBA1;
}
</style>
border-color css
<style>
span { border-color: #C4EBA1; }
span { border-color: rgb(196,235,161); }
td.TdClassName
{
border-color: #C4EBA1;
}
.TagClassName
{
border-color: #C4EBA1;
}
</style>