Shades of Tea Green #C3EFBF
Tints of Tea Green #C3EFBF
RGB
CMYK
RGB Variations
Color information
#C3EFBF (or 0xC3EFBF) is known color: Tea Green. HEX triplet: C3, EF and BF. RGB value is (195,239,191). Sum of RGB (Red+Green+Blue) = 195+239+191=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EFBF is #3C1040. Grayscale: #DCDCDC. Windows color (decimal): -3936321 or 12578755. OLE color: 12578755.
HSL color Cylindrical-coordinate representation of color #C3EFBF: hue angle of 115º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3EFBF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 191 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.06 |
| HSL | 115º | 0.6% | 0.84% | - |
| HSV(B) | 115º | 0.2% | 0.94% | - |
| XYZ | 62.78 | 77.1 | 60.86 | - |
| YUV | 220.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 191 | 0.18 | 0 | 0.20 | 0.06 | 115 | 0.6 | 0.84 |
| Hex | C3 | EF | BF | 12 | 0 | 14 | 6 | 73 | 3C | 54 |
| Octal | 303 | 357 | 277 | 22 | 0 | 24 | 6 | 163 | 74 | 124 |
| Binary | 11000011 | 11101111 | 10111111 | 10010 | 0 | 10100 | 110 | 1110011 | 111100 | 1010100 |
Color Harmonies of #C3EFBF
Complementary color
Monochromatic Colors of #C3EFBF
Black with #C3EFBF
Text Example
Text Example
White with #C3EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFBF; }
p { color: rgb(195,239,191); }
H1.HeaderClassName
{
color: #C3EFBF;
}
.AnyTagClassName
{
color: #C3EFBF;
}
</style>
background-color css
<style>
a { background-color: #C3EFBF; }
a { background-color: rgb(195,239,191); }
div.DivClassName
{
background-color: #C3EFBF;
}
.BgClassName
{
background-color: #C3EFBF;
}
</style>
border-color css
<style>
span { border-color: #C3EFBF; }
span { border-color: rgb(195,239,191); }
td.TdClassName
{
border-color: #C3EFBF;
}
.TagClassName
{
border-color: #C3EFBF;
}
</style>