Shades of Tea Green #C3F0BD
Tints of Tea Green #C3F0BD
RGB
CMYK
RGB Variations
Color information
#C3F0BD (or 0xC3F0BD) is known color: Tea Green. HEX triplet: C3, F0 and BD. RGB value is (195,240,189). Sum of RGB (Red+Green+Blue) = 195+240+189=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F0BD is #3C0F42. Grayscale: #DCDCDC. Windows color (decimal): -3936067 or 12447939. OLE color: 12447939.
HSL color Cylindrical-coordinate representation of color #C3F0BD: hue angle of 112.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F0BD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 189 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.06 |
| HSL | 112.94º | 0.63% | 0.84% | - |
| HSV(B) | 112.94º | 0.21% | 0.94% | - |
| XYZ | 62.85 | 77.6 | 59.81 | - |
| YUV | 220.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 189 | 0.19 | 0 | 0.21 | 0.06 | 112.94 | 0.63 | 0.84 |
| Hex | C3 | F0 | BD | 13 | 0 | 15 | 6 | 71 | 3F | 54 |
| Octal | 303 | 360 | 275 | 23 | 0 | 25 | 6 | 161 | 77 | 124 |
| Binary | 11000011 | 11110000 | 10111101 | 10011 | 0 | 10101 | 110 | 1110001 | 111111 | 1010100 |
Color Harmonies of #C3F0BD
Complementary color
Monochromatic Colors of #C3F0BD
Black with #C3F0BD
Text Example
Text Example
White with #C3F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0BD; }
p { color: rgb(195,240,189); }
H1.HeaderClassName
{
color: #C3F0BD;
}
.AnyTagClassName
{
color: #C3F0BD;
}
</style>
background-color css
<style>
a { background-color: #C3F0BD; }
a { background-color: rgb(195,240,189); }
div.DivClassName
{
background-color: #C3F0BD;
}
.BgClassName
{
background-color: #C3F0BD;
}
</style>
border-color css
<style>
span { border-color: #C3F0BD; }
span { border-color: rgb(195,240,189); }
td.TdClassName
{
border-color: #C3F0BD;
}
.TagClassName
{
border-color: #C3F0BD;
}
</style>