Shades of Tea Green #C2FBBD
Tints of Tea Green #C2FBBD
RGB
CMYK
RGB Variations
Color information
#C2FBBD (or 0xC2FBBD) is known color: Tea Green. HEX triplet: C2, FB and BD. RGB value is (194,251,189). Sum of RGB (Red+Green+Blue) = 194+251+189=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBD is #3D0442. Grayscale: #E3E3E3. Windows color (decimal): -3998787 or 12450754. OLE color: 12450754.
HSL color Cylindrical-coordinate representation of color #C2FBBD: hue angle of 115.16º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FBBD is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 189 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 115.16º | 0.89% | 0.86% | - |
| HSV(B) | 115.16º | 0.25% | 0.98% | - |
| XYZ | 65.93 | 84.14 | 60.91 | - |
| YUV | 226.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 189 | 0.23 | 0 | 0.25 | 0.02 | 115.16 | 0.89 | 0.86 |
| Hex | C2 | FB | BD | 17 | 0 | 19 | 2 | 73 | 59 | 56 |
| Octal | 302 | 373 | 275 | 27 | 0 | 31 | 2 | 163 | 131 | 126 |
| Binary | 11000010 | 11111011 | 10111101 | 10111 | 0 | 11001 | 10 | 1110011 | 1011001 | 1010110 |
Color Harmonies of #C2FBBD
Complementary color
Monochromatic Colors of #C2FBBD
Black with #C2FBBD
Text Example
Text Example
White with #C2FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBBD; }
p { color: rgb(194,251,189); }
H1.HeaderClassName
{
color: #C2FBBD;
}
.AnyTagClassName
{
color: #C2FBBD;
}
</style>
background-color css
<style>
a { background-color: #C2FBBD; }
a { background-color: rgb(194,251,189); }
div.DivClassName
{
background-color: #C2FBBD;
}
.BgClassName
{
background-color: #C2FBBD;
}
</style>
border-color css
<style>
span { border-color: #C2FBBD; }
span { border-color: rgb(194,251,189); }
td.TdClassName
{
border-color: #C2FBBD;
}
.TagClassName
{
border-color: #C2FBBD;
}
</style>