Shades of Reef #C4EBA4
Tints of Reef #C4EBA4
RGB
CMYK
RGB Variations
Color information
#C4EBA4 (or 0xC4EBA4) is known color: Reef. HEX triplet: C4, EB and A4. RGB value is (196,235,164). Sum of RGB (Red+Green+Blue) = 196+235+164=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EBA4 is #3B145B. Grayscale: #D7D7D7. Windows color (decimal): -3871836 or 10808260. OLE color: 10808260.
HSL color Cylindrical-coordinate representation of color #C4EBA4: hue angle of 92.96º 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 #C4EBA4 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 164 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.08 |
| HSL | 92.96º | 0.64% | 0.78% | - |
| HSV(B) | 92.96º | 0.3% | 0.92% | - |
| XYZ | 59.17 | 73.83 | 46.25 | - |
| YUV | 215.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 164 | 0.17 | 0 | 0.30 | 0.08 | 92.96 | 0.64 | 0.78 |
| Hex | C4 | EB | A4 | 11 | 0 | 1E | 8 | 5D | 40 | 4E |
| Octal | 304 | 353 | 244 | 21 | 0 | 36 | 10 | 135 | 100 | 116 |
| Binary | 11000100 | 11101011 | 10100100 | 10001 | 0 | 11110 | 1000 | 1011101 | 1000000 | 1001110 |
Color Harmonies of #C4EBA4
Complementary color
Monochromatic Colors of #C4EBA4
Black with #C4EBA4
Text Example
Text Example
White with #C4EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBA4; }
p { color: rgb(196,235,164); }
H1.HeaderClassName
{
color: #C4EBA4;
}
.AnyTagClassName
{
color: #C4EBA4;
}
</style>
background-color css
<style>
a { background-color: #C4EBA4; }
a { background-color: rgb(196,235,164); }
div.DivClassName
{
background-color: #C4EBA4;
}
.BgClassName
{
background-color: #C4EBA4;
}
</style>
border-color css
<style>
span { border-color: #C4EBA4; }
span { border-color: rgb(196,235,164); }
td.TdClassName
{
border-color: #C4EBA4;
}
.TagClassName
{
border-color: #C4EBA4;
}
</style>