Shades of Tea Green #C2FBBB
Tints of Tea Green #C2FBBB
RGB
CMYK
RGB Variations
Color information
#C2FBBB (or 0xC2FBBB) is known color: Tea Green. HEX triplet: C2, FB and BB. RGB value is (194,251,187). Sum of RGB (Red+Green+Blue) = 194+251+187=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBB is #3D0444. Grayscale: #E2E2E2. Windows color (decimal): -3998789 or 12319682. OLE color: 12319682.
HSL color Cylindrical-coordinate representation of color #C2FBBB: hue angle of 113.44º 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 #C2FBBB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 187 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 113.44º | 0.89% | 0.86% | - |
| HSV(B) | 113.44º | 0.25% | 0.98% | - |
| XYZ | 65.71 | 84.05 | 59.77 | - |
| YUV | 226.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 187 | 0.23 | 0 | 0.25 | 0.02 | 113.44 | 0.89 | 0.86 |
| Hex | C2 | FB | BB | 17 | 0 | 19 | 2 | 71 | 59 | 56 |
| Octal | 302 | 373 | 273 | 27 | 0 | 31 | 2 | 161 | 131 | 126 |
| Binary | 11000010 | 11111011 | 10111011 | 10111 | 0 | 11001 | 10 | 1110001 | 1011001 | 1010110 |
Color Harmonies of #C2FBBB
Complementary color
Monochromatic Colors of #C2FBBB
Black with #C2FBBB
Text Example
Text Example
White with #C2FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBBB; }
p { color: rgb(194,251,187); }
H1.HeaderClassName
{
color: #C2FBBB;
}
.AnyTagClassName
{
color: #C2FBBB;
}
</style>
background-color css
<style>
a { background-color: #C2FBBB; }
a { background-color: rgb(194,251,187); }
div.DivClassName
{
background-color: #C2FBBB;
}
.BgClassName
{
background-color: #C2FBBB;
}
</style>
border-color css
<style>
span { border-color: #C2FBBB; }
span { border-color: rgb(194,251,187); }
td.TdClassName
{
border-color: #C2FBBB;
}
.TagClassName
{
border-color: #C2FBBB;
}
</style>