Shades of Tea Green #C2F2B9
Tints of Tea Green #C2F2B9
RGB
CMYK
RGB Variations
Color information
#C2F2B9 (or 0xC2F2B9) is known color: Tea Green. HEX triplet: C2, F2 and B9. RGB value is (194,242,185). Sum of RGB (Red+Green+Blue) = 194+242+185=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2B9 is #3D0D46. Grayscale: #DDDDDD. Windows color (decimal): -4001095 or 12186306. OLE color: 12186306.
HSL color Cylindrical-coordinate representation of color #C2F2B9: hue angle of 110.53º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F2B9 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
RGB | 194 | 242 | 185 | - |
CMYK | 0.20 | 0 | 0.24 | 0.05 |
HSL | 110.53º | 0.69% | 0.84% | - |
HSV(B) | 110.53º | 0.24% | 0.95% | - |
XYZ | 62.76 | 78.48 | 57.74 | - |
YUV | 221.15 | 107.6 | 108.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 242 | 185 | 0.20 | 0 | 0.24 | 0.05 | 110.53 | 0.69 | 0.84 |
Hex | C2 | F2 | B9 | 14 | 0 | 18 | 5 | 6F | 45 | 54 |
Octal | 302 | 362 | 271 | 24 | 0 | 30 | 5 | 157 | 105 | 124 |
Binary | 11000010 | 11110010 | 10111001 | 10100 | 0 | 11000 | 101 | 1101111 | 1000101 | 1010100 |
Color Harmonies of #C2F2B9
Complementary color
Monochromatic Colors of #C2F2B9
Black with #C2F2B9
Text Example
Text Example
White with #C2F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2B9; }
p { color: rgb(194,242,185); }
H1.HeaderClassName
{
color: #C2F2B9;
}
.AnyTagClassName
{
color: #C2F2B9;
}
</style>
background-color css
<style>
a { background-color: #C2F2B9; }
a { background-color: rgb(194,242,185); }
div.DivClassName
{
background-color: #C2F2B9;
}
.BgClassName
{
background-color: #C2F2B9;
}
</style>
border-color css
<style>
span { border-color: #C2F2B9; }
span { border-color: rgb(194,242,185); }
td.TdClassName
{
border-color: #C2F2B9;
}
.TagClassName
{
border-color: #C2F2B9;
}
</style>