Shades of Tea Green #C5EFB4
Tints of Tea Green #C5EFB4
RGB
CMYK
RGB Variations
Color information
#C5EFB4 (or 0xC5EFB4) is known color: Tea Green. HEX triplet: C5, EF and B4. RGB value is (197,239,180). Sum of RGB (Red+Green+Blue) = 197+239+180=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFB4 is #3A104B. Grayscale: #DBDBDB. Windows color (decimal): -3805260 or 11857861. OLE color: 11857861.
HSL color Cylindrical-coordinate representation of color #C5EFB4: hue angle of 102.71º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5EFB4 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 180 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.06 |
| HSL | 102.71º | 0.65% | 0.82% | - |
| HSV(B) | 102.71º | 0.25% | 0.94% | - |
| XYZ | 62.13 | 76.9 | 54.75 | - |
| YUV | 219.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 180 | 0.18 | 0 | 0.25 | 0.06 | 102.71 | 0.65 | 0.82 |
| Hex | C5 | EF | B4 | 12 | 0 | 19 | 6 | 67 | 41 | 52 |
| Octal | 305 | 357 | 264 | 22 | 0 | 31 | 6 | 147 | 101 | 122 |
| Binary | 11000101 | 11101111 | 10110100 | 10010 | 0 | 11001 | 110 | 1100111 | 1000001 | 1010010 |
Color Harmonies of #C5EFB4
Complementary color
Monochromatic Colors of #C5EFB4
Black with #C5EFB4
Text Example
Text Example
White with #C5EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFB4; }
p { color: rgb(197,239,180); }
H1.HeaderClassName
{
color: #C5EFB4;
}
.AnyTagClassName
{
color: #C5EFB4;
}
</style>
background-color css
<style>
a { background-color: #C5EFB4; }
a { background-color: rgb(197,239,180); }
div.DivClassName
{
background-color: #C5EFB4;
}
.BgClassName
{
background-color: #C5EFB4;
}
</style>
border-color css
<style>
span { border-color: #C5EFB4; }
span { border-color: rgb(197,239,180); }
td.TdClassName
{
border-color: #C5EFB4;
}
.TagClassName
{
border-color: #C5EFB4;
}
</style>