Shades of Tea Green #C2FFB5
Tints of Tea Green #C2FFB5
RGB
CMYK
RGB Variations
Color information
#C2FFB5 (or 0xC2FFB5) is known color: Tea Green. HEX triplet: C2, FF and B5. RGB value is (194,255,181). Sum of RGB (Red+Green+Blue) = 194+255+181=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB5 is #3D004A. Grayscale: #E4E4E4. Windows color (decimal): -3997771 or 11927490. OLE color: 11927490.
HSL color Cylindrical-coordinate representation of color #C2FFB5: hue angle of 109.46º 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 #C2FFB5 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 181 | - |
| CMYK | 0.24 | 0 | 0.29 | 0 |
| HSL | 109.46º | 1% | 0.85% | - |
| HSV(B) | 109.46º | 0.29% | 1% | - |
| XYZ | 66.35 | 86.33 | 56.88 | - |
| YUV | 228.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 181 | 0.24 | 0 | 0.29 | 0 | 109.46 | 1 | 0.85 |
| Hex | C2 | FF | B5 | 18 | 0 | 1D | 0 | 6D | 64 | 55 |
| Octal | 302 | 377 | 265 | 30 | 0 | 35 | 0 | 155 | 144 | 125 |
| Binary | 11000010 | 11111111 | 10110101 | 11000 | 0 | 11101 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #C2FFB5
Complementary color
Monochromatic Colors of #C2FFB5
Black with #C2FFB5
Text Example
Text Example
White with #C2FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFB5; }
p { color: rgb(194,255,181); }
H1.HeaderClassName
{
color: #C2FFB5;
}
.AnyTagClassName
{
color: #C2FFB5;
}
</style>
background-color css
<style>
a { background-color: #C2FFB5; }
a { background-color: rgb(194,255,181); }
div.DivClassName
{
background-color: #C2FFB5;
}
.BgClassName
{
background-color: #C2FFB5;
}
</style>
border-color css
<style>
span { border-color: #C2FFB5; }
span { border-color: rgb(194,255,181); }
td.TdClassName
{
border-color: #C2FFB5;
}
.TagClassName
{
border-color: #C2FFB5;
}
</style>