Shades of Tea Green #C2EEBF
Tints of Tea Green #C2EEBF
RGB
CMYK
RGB Variations
Color information
#C2EEBF (or 0xC2EEBF) is known color: Tea Green. HEX triplet: C2, EE and BF. RGB value is (194,238,191). Sum of RGB (Red+Green+Blue) = 194+238+191=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEBF is #3D1140. Grayscale: #DBDBDB. Windows color (decimal): -4002113 or 12578498. OLE color: 12578498.
HSL color Cylindrical-coordinate representation of color #C2EEBF: hue angle of 116.17º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EEBF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 191 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.07 |
| HSL | 116.17º | 0.58% | 0.84% | - |
| HSV(B) | 116.17º | 0.2% | 0.93% | - |
| XYZ | 62.23 | 76.38 | 60.75 | - |
| YUV | 219.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 191 | 0.18 | 0 | 0.20 | 0.07 | 116.17 | 0.58 | 0.84 |
| Hex | C2 | EE | BF | 12 | 0 | 14 | 7 | 74 | 3A | 54 |
| Octal | 302 | 356 | 277 | 22 | 0 | 24 | 7 | 164 | 72 | 124 |
| Binary | 11000010 | 11101110 | 10111111 | 10010 | 0 | 10100 | 111 | 1110100 | 111010 | 1010100 |
Color Harmonies of #C2EEBF
Complementary color
Monochromatic Colors of #C2EEBF
Black with #C2EEBF
Text Example
Text Example
White with #C2EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEBF; }
p { color: rgb(194,238,191); }
H1.HeaderClassName
{
color: #C2EEBF;
}
.AnyTagClassName
{
color: #C2EEBF;
}
</style>
background-color css
<style>
a { background-color: #C2EEBF; }
a { background-color: rgb(194,238,191); }
div.DivClassName
{
background-color: #C2EEBF;
}
.BgClassName
{
background-color: #C2EEBF;
}
</style>
border-color css
<style>
span { border-color: #C2EEBF; }
span { border-color: rgb(194,238,191); }
td.TdClassName
{
border-color: #C2EEBF;
}
.TagClassName
{
border-color: #C2EEBF;
}
</style>