Shades of Tea Green #C3FFC2
Tints of Tea Green #C3FFC2
RGB
CMYK
RGB Variations
Color information
#C3FFC2 (or 0xC3FFC2) is known color: Tea Green. HEX triplet: C3, FF and C2. RGB value is (195,255,194). Sum of RGB (Red+Green+Blue) = 195+255+194=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFC2 is #3C003D. Grayscale: #E6E6E6. Windows color (decimal): -3932222 or 12779459. OLE color: 12779459.
HSL color Cylindrical-coordinate representation of color #C3FFC2: hue angle of 119.02º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFC2 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 194 | - |
| CMYK | 0.24 | 0 | 0.24 | 0 |
| HSL | 119.02º | 1% | 0.88% | - |
| HSV(B) | 119.02º | 0.24% | 1% | - |
| XYZ | 68 | 87.02 | 64.25 | - |
| YUV | 230.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 194 | 0.24 | 0 | 0.24 | 0 | 119.02 | 1 | 0.88 |
| Hex | C3 | FF | C2 | 18 | 0 | 18 | 0 | 77 | 64 | 58 |
| Octal | 303 | 377 | 302 | 30 | 0 | 30 | 0 | 167 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11000010 | 11000 | 0 | 11000 | 0 | 1110111 | 1100100 | 1011000 |
Color Harmonies of #C3FFC2
Complementary color
Monochromatic Colors of #C3FFC2
Black with #C3FFC2
Text Example
Text Example
White with #C3FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFC2; }
p { color: rgb(195,255,194); }
H1.HeaderClassName
{
color: #C3FFC2;
}
.AnyTagClassName
{
color: #C3FFC2;
}
</style>
background-color css
<style>
a { background-color: #C3FFC2; }
a { background-color: rgb(195,255,194); }
div.DivClassName
{
background-color: #C3FFC2;
}
.BgClassName
{
background-color: #C3FFC2;
}
</style>
border-color css
<style>
span { border-color: #C3FFC2; }
span { border-color: rgb(195,255,194); }
td.TdClassName
{
border-color: #C3FFC2;
}
.TagClassName
{
border-color: #C3FFC2;
}
</style>