Shades of Tea Green #C3F2BF
Tints of Tea Green #C3F2BF
RGB
CMYK
RGB Variations
Color information
#C3F2BF (or 0xC3F2BF) is known color: Tea Green. HEX triplet: C3, F2 and BF. RGB value is (195,242,191). Sum of RGB (Red+Green+Blue) = 195+242+191=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2BF is #3C0D40. Grayscale: #DEDEDE. Windows color (decimal): -3935553 or 12579523. OLE color: 12579523.
HSL color Cylindrical-coordinate representation of color #C3F2BF: hue angle of 115.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F2BF is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 191 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.05 |
| HSL | 115.29º | 0.66% | 0.85% | - |
| HSV(B) | 115.29º | 0.21% | 0.95% | - |
| XYZ | 63.66 | 78.87 | 61.16 | - |
| YUV | 222.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 191 | 0.19 | 0 | 0.21 | 0.05 | 115.29 | 0.66 | 0.85 |
| Hex | C3 | F2 | BF | 13 | 0 | 15 | 5 | 73 | 42 | 55 |
| Octal | 303 | 362 | 277 | 23 | 0 | 25 | 5 | 163 | 102 | 125 |
| Binary | 11000011 | 11110010 | 10111111 | 10011 | 0 | 10101 | 101 | 1110011 | 1000010 | 1010101 |
Color Harmonies of #C3F2BF
Complementary color
Monochromatic Colors of #C3F2BF
Black with #C3F2BF
Text Example
Text Example
White with #C3F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2BF; }
p { color: rgb(195,242,191); }
H1.HeaderClassName
{
color: #C3F2BF;
}
.AnyTagClassName
{
color: #C3F2BF;
}
</style>
background-color css
<style>
a { background-color: #C3F2BF; }
a { background-color: rgb(195,242,191); }
div.DivClassName
{
background-color: #C3F2BF;
}
.BgClassName
{
background-color: #C3F2BF;
}
</style>
border-color css
<style>
span { border-color: #C3F2BF; }
span { border-color: rgb(195,242,191); }
td.TdClassName
{
border-color: #C3F2BF;
}
.TagClassName
{
border-color: #C3F2BF;
}
</style>