Shades of Tea Green #C2FBBC
Tints of Tea Green #C2FBBC
RGB
CMYK
RGB Variations
Color information
#C2FBBC (or 0xC2FBBC) is known color: Tea Green. HEX triplet: C2, FB and BC. RGB value is (194,251,188). Sum of RGB (Red+Green+Blue) = 194+251+188=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBC is #3D0443. Grayscale: #E2E2E2. Windows color (decimal): -3998788 or 12385218. OLE color: 12385218.
HSL color Cylindrical-coordinate representation of color #C2FBBC: hue angle of 114.29º 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 #C2FBBC is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 188 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 114.29º | 0.89% | 0.86% | - |
| HSV(B) | 114.29º | 0.25% | 0.98% | - |
| XYZ | 65.82 | 84.09 | 60.34 | - |
| YUV | 226.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 188 | 0.23 | 0 | 0.25 | 0.02 | 114.29 | 0.89 | 0.86 |
| Hex | C2 | FB | BC | 17 | 0 | 19 | 2 | 72 | 59 | 56 |
| Octal | 302 | 373 | 274 | 27 | 0 | 31 | 2 | 162 | 131 | 126 |
| Binary | 11000010 | 11111011 | 10111100 | 10111 | 0 | 11001 | 10 | 1110010 | 1011001 | 1010110 |
Color Harmonies of #C2FBBC
Complementary color
Monochromatic Colors of #C2FBBC
Black with #C2FBBC
Text Example
Text Example
White with #C2FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBBC; }
p { color: rgb(194,251,188); }
H1.HeaderClassName
{
color: #C2FBBC;
}
.AnyTagClassName
{
color: #C2FBBC;
}
</style>
background-color css
<style>
a { background-color: #C2FBBC; }
a { background-color: rgb(194,251,188); }
div.DivClassName
{
background-color: #C2FBBC;
}
.BgClassName
{
background-color: #C2FBBC;
}
</style>
border-color css
<style>
span { border-color: #C2FBBC; }
span { border-color: rgb(194,251,188); }
td.TdClassName
{
border-color: #C2FBBC;
}
.TagClassName
{
border-color: #C2FBBC;
}
</style>