Shades of Tea Green #C0EEBB
Tints of Tea Green #C0EEBB
RGB
CMYK
RGB Variations
Color information
#C0EEBB (or 0xC0EEBB) is known color: Tea Green. HEX triplet: C0, EE and BB. RGB value is (192,238,187). Sum of RGB (Red+Green+Blue) = 192+238+187=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBB is #3F1144. Grayscale: #DADADA. Windows color (decimal): -4133189 or 12316352. OLE color: 12316352.
HSL color Cylindrical-coordinate representation of color #C0EEBB: hue angle of 114.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EEBB is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 187 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.07 |
| HSL | 114.12º | 0.6% | 0.83% | - |
| HSV(B) | 114.12º | 0.21% | 0.93% | - |
| XYZ | 61.28 | 75.94 | 58.44 | - |
| YUV | 218.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 187 | 0.19 | 0 | 0.21 | 0.07 | 114.12 | 0.6 | 0.83 |
| Hex | C0 | EE | BB | 13 | 0 | 15 | 7 | 72 | 3C | 53 |
| Octal | 300 | 356 | 273 | 23 | 0 | 25 | 7 | 162 | 74 | 123 |
| Binary | 11000000 | 11101110 | 10111011 | 10011 | 0 | 10101 | 111 | 1110010 | 111100 | 1010011 |
Color Harmonies of #C0EEBB
Complementary color
Monochromatic Colors of #C0EEBB
Black with #C0EEBB
Text Example
Text Example
White with #C0EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEBB; }
p { color: rgb(192,238,187); }
H1.HeaderClassName
{
color: #C0EEBB;
}
.AnyTagClassName
{
color: #C0EEBB;
}
</style>
background-color css
<style>
a { background-color: #C0EEBB; }
a { background-color: rgb(192,238,187); }
div.DivClassName
{
background-color: #C0EEBB;
}
.BgClassName
{
background-color: #C0EEBB;
}
</style>
border-color css
<style>
span { border-color: #C0EEBB; }
span { border-color: rgb(192,238,187); }
td.TdClassName
{
border-color: #C0EEBB;
}
.TagClassName
{
border-color: #C0EEBB;
}
</style>