Shades of Tea Green #C3F2BD
Tints of Tea Green #C3F2BD
RGB
CMYK
RGB Variations
Color information
#C3F2BD (or 0xC3F2BD) is known color: Tea Green. HEX triplet: C3, F2 and BD. RGB value is (195,242,189). Sum of RGB (Red+Green+Blue) = 195+242+189=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2BD is #3C0D42. Grayscale: #DEDEDE. Windows color (decimal): -3935555 or 12448451. OLE color: 12448451.
HSL color Cylindrical-coordinate representation of color #C3F2BD: hue angle of 113.21º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3F2BD is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 189 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.05 |
| HSL | 113.21º | 0.67% | 0.85% | - |
| HSV(B) | 113.21º | 0.22% | 0.95% | - |
| XYZ | 63.44 | 78.78 | 60.01 | - |
| YUV | 221.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 189 | 0.19 | 0 | 0.22 | 0.05 | 113.21 | 0.67 | 0.85 |
| Hex | C3 | F2 | BD | 13 | 0 | 16 | 5 | 71 | 43 | 55 |
| Octal | 303 | 362 | 275 | 23 | 0 | 26 | 5 | 161 | 103 | 125 |
| Binary | 11000011 | 11110010 | 10111101 | 10011 | 0 | 10110 | 101 | 1110001 | 1000011 | 1010101 |
Color Harmonies of #C3F2BD
Complementary color
Monochromatic Colors of #C3F2BD
Black with #C3F2BD
Text Example
Text Example
White with #C3F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2BD; }
p { color: rgb(195,242,189); }
H1.HeaderClassName
{
color: #C3F2BD;
}
.AnyTagClassName
{
color: #C3F2BD;
}
</style>
background-color css
<style>
a { background-color: #C3F2BD; }
a { background-color: rgb(195,242,189); }
div.DivClassName
{
background-color: #C3F2BD;
}
.BgClassName
{
background-color: #C3F2BD;
}
</style>
border-color css
<style>
span { border-color: #C3F2BD; }
span { border-color: rgb(195,242,189); }
td.TdClassName
{
border-color: #C3F2BD;
}
.TagClassName
{
border-color: #C3F2BD;
}
</style>