Shades of Tea Green #C2F4BD
Tints of Tea Green #C2F4BD
RGB
CMYK
RGB Variations
Color information
#C2F4BD (or 0xC2F4BD) is known color: Tea Green. HEX triplet: C2, F4 and BD. RGB value is (194,244,189). Sum of RGB (Red+Green+Blue) = 194+244+189=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BD is #3D0B42. Grayscale: #DEDEDE. Windows color (decimal): -4000579 or 12448962. OLE color: 12448962.
HSL color Cylindrical-coordinate representation of color #C2F4BD: hue angle of 114.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F4BD is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 189 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.04 |
| HSL | 114.55º | 0.71% | 0.85% | - |
| HSV(B) | 114.55º | 0.23% | 0.96% | - |
| XYZ | 63.78 | 79.84 | 60.19 | - |
| YUV | 222.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 189 | 0.20 | 0 | 0.23 | 0.04 | 114.55 | 0.71 | 0.85 |
| Hex | C2 | F4 | BD | 14 | 0 | 17 | 4 | 73 | 47 | 55 |
| Octal | 302 | 364 | 275 | 24 | 0 | 27 | 4 | 163 | 107 | 125 |
| Binary | 11000010 | 11110100 | 10111101 | 10100 | 0 | 10111 | 100 | 1110011 | 1000111 | 1010101 |
Color Harmonies of #C2F4BD
Complementary color
Monochromatic Colors of #C2F4BD
Black with #C2F4BD
Text Example
Text Example
White with #C2F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4BD; }
p { color: rgb(194,244,189); }
H1.HeaderClassName
{
color: #C2F4BD;
}
.AnyTagClassName
{
color: #C2F4BD;
}
</style>
background-color css
<style>
a { background-color: #C2F4BD; }
a { background-color: rgb(194,244,189); }
div.DivClassName
{
background-color: #C2F4BD;
}
.BgClassName
{
background-color: #C2F4BD;
}
</style>
border-color css
<style>
span { border-color: #C2F4BD; }
span { border-color: rgb(194,244,189); }
td.TdClassName
{
border-color: #C2F4BD;
}
.TagClassName
{
border-color: #C2F4BD;
}
</style>