Shades of Tea Green #C2FFB3
Tints of Tea Green #C2FFB3
RGB
CMYK
RGB Variations
Color information
#C2FFB3 (or 0xC2FFB3) is known color: Tea Green. HEX triplet: C2, FF and B3. RGB value is (194,255,179). Sum of RGB (Red+Green+Blue) = 194+255+179=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB3 is #3D004C. Grayscale: #E4E4E4. Windows color (decimal): -3997773 or 11796418. OLE color: 11796418.
HSL color Cylindrical-coordinate representation of color #C2FFB3: hue angle of 108.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2FFB3 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 179 | - |
| CMYK | 0.24 | 0 | 0.30 | 0 |
| HSL | 108.16º | 1% | 0.85% | - |
| HSV(B) | 108.16º | 0.3% | 1% | - |
| XYZ | 66.14 | 86.24 | 55.81 | - |
| YUV | 228.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 179 | 0.24 | 0 | 0.30 | 0 | 108.16 | 1 | 0.85 |
| Hex | C2 | FF | B3 | 18 | 0 | 1E | 0 | 6C | 64 | 55 |
| Octal | 302 | 377 | 263 | 30 | 0 | 36 | 0 | 154 | 144 | 125 |
| Binary | 11000010 | 11111111 | 10110011 | 11000 | 0 | 11110 | 0 | 1101100 | 1100100 | 1010101 |
Color Harmonies of #C2FFB3
Complementary color
Monochromatic Colors of #C2FFB3
Black with #C2FFB3
Text Example
Text Example
White with #C2FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFB3; }
p { color: rgb(194,255,179); }
H1.HeaderClassName
{
color: #C2FFB3;
}
.AnyTagClassName
{
color: #C2FFB3;
}
</style>
background-color css
<style>
a { background-color: #C2FFB3; }
a { background-color: rgb(194,255,179); }
div.DivClassName
{
background-color: #C2FFB3;
}
.BgClassName
{
background-color: #C2FFB3;
}
</style>
border-color css
<style>
span { border-color: #C2FFB3; }
span { border-color: rgb(194,255,179); }
td.TdClassName
{
border-color: #C2FFB3;
}
.TagClassName
{
border-color: #C2FFB3;
}
</style>