Shades of Tea Green #C2EFBE
Tints of Tea Green #C2EFBE
RGB
CMYK
RGB Variations
Color information
#C2EFBE (or 0xC2EFBE) is known color: Tea Green. HEX triplet: C2, EF and BE. RGB value is (194,239,190). Sum of RGB (Red+Green+Blue) = 194+239+190=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBE is #3D1041. Grayscale: #DCDCDC. Windows color (decimal): -4001858 or 12513218. OLE color: 12513218.
HSL color Cylindrical-coordinate representation of color #C2EFBE: hue angle of 115.1º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EFBE is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 239 | 190 | - |
CMYK | 0.19 | 0 | 0.21 | 0.06 |
HSL | 115.1º | 0.6% | 0.84% | - |
HSV(B) | 115.1º | 0.21% | 0.94% | - |
XYZ | 62.41 | 76.92 | 60.27 | - |
YUV | 219.96 | 111.09 | 109.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 239 | 190 | 0.19 | 0 | 0.21 | 0.06 | 115.1 | 0.6 | 0.84 |
Hex | C2 | EF | BE | 13 | 0 | 15 | 6 | 73 | 3C | 54 |
Octal | 302 | 357 | 276 | 23 | 0 | 25 | 6 | 163 | 74 | 124 |
Binary | 11000010 | 11101111 | 10111110 | 10011 | 0 | 10101 | 110 | 1110011 | 111100 | 1010100 |
Color Harmonies of #C2EFBE
Complementary color
Monochromatic Colors of #C2EFBE
Black with #C2EFBE
Text Example
Text Example
White with #C2EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFBE; }
p { color: rgb(194,239,190); }
H1.HeaderClassName
{
color: #C2EFBE;
}
.AnyTagClassName
{
color: #C2EFBE;
}
</style>
background-color css
<style>
a { background-color: #C2EFBE; }
a { background-color: rgb(194,239,190); }
div.DivClassName
{
background-color: #C2EFBE;
}
.BgClassName
{
background-color: #C2EFBE;
}
</style>
border-color css
<style>
span { border-color: #C2EFBE; }
span { border-color: rgb(194,239,190); }
td.TdClassName
{
border-color: #C2EFBE;
}
.TagClassName
{
border-color: #C2EFBE;
}
</style>