Shades of Tea Green #C2FFB4
Tints of Tea Green #C2FFB4
RGB
CMYK
RGB Variations
Color information
#C2FFB4 (or 0xC2FFB4) is known color: Tea Green. HEX triplet: C2, FF and B4. RGB value is (194,255,180). Sum of RGB (Red+Green+Blue) = 194+255+180=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB4 is #3D004B. Grayscale: #E4E4E4. Windows color (decimal): -3997772 or 11861954. OLE color: 11861954.
HSL color Cylindrical-coordinate representation of color #C2FFB4: hue angle of 108.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2FFB4 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 180 | - |
| CMYK | 0.24 | 0 | 0.29 | 0 |
| HSL | 108.8º | 1% | 0.85% | - |
| HSV(B) | 108.8º | 0.29% | 1% | - |
| XYZ | 66.25 | 86.28 | 56.34 | - |
| YUV | 228.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 180 | 0.24 | 0 | 0.29 | 0 | 108.8 | 1 | 0.85 |
| Hex | C2 | FF | B4 | 18 | 0 | 1D | 0 | 6D | 64 | 55 |
| Octal | 302 | 377 | 264 | 30 | 0 | 35 | 0 | 155 | 144 | 125 |
| Binary | 11000010 | 11111111 | 10110100 | 11000 | 0 | 11101 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #C2FFB4
Complementary color
Monochromatic Colors of #C2FFB4
Black with #C2FFB4
Text Example
Text Example
White with #C2FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFB4; }
p { color: rgb(194,255,180); }
H1.HeaderClassName
{
color: #C2FFB4;
}
.AnyTagClassName
{
color: #C2FFB4;
}
</style>
background-color css
<style>
a { background-color: #C2FFB4; }
a { background-color: rgb(194,255,180); }
div.DivClassName
{
background-color: #C2FFB4;
}
.BgClassName
{
background-color: #C2FFB4;
}
</style>
border-color css
<style>
span { border-color: #C2FFB4; }
span { border-color: rgb(194,255,180); }
td.TdClassName
{
border-color: #C2FFB4;
}
.TagClassName
{
border-color: #C2FFB4;
}
</style>