Shades of Tea Green #C3EFB5
Tints of Tea Green #C3EFB5
RGB
CMYK
RGB Variations
Color information
#C3EFB5 (or 0xC3EFB5) is known color: Tea Green. HEX triplet: C3, EF and B5. RGB value is (195,239,181). Sum of RGB (Red+Green+Blue) = 195+239+181=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EFB5 is #3C104A. Grayscale: #DBDBDB. Windows color (decimal): -3936331 or 11923395. OLE color: 11923395.
HSL color Cylindrical-coordinate representation of color #C3EFB5: hue angle of 105.52º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3EFB5 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 181 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.06 |
| HSL | 105.52º | 0.64% | 0.82% | - |
| HSV(B) | 105.52º | 0.24% | 0.94% | - |
| XYZ | 61.71 | 76.67 | 55.26 | - |
| YUV | 219.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 181 | 0.18 | 0 | 0.24 | 0.06 | 105.52 | 0.64 | 0.82 |
| Hex | C3 | EF | B5 | 12 | 0 | 18 | 6 | 6A | 40 | 52 |
| Octal | 303 | 357 | 265 | 22 | 0 | 30 | 6 | 152 | 100 | 122 |
| Binary | 11000011 | 11101111 | 10110101 | 10010 | 0 | 11000 | 110 | 1101010 | 1000000 | 1010010 |
Color Harmonies of #C3EFB5
Complementary color
Monochromatic Colors of #C3EFB5
Black with #C3EFB5
Text Example
Text Example
White with #C3EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFB5; }
p { color: rgb(195,239,181); }
H1.HeaderClassName
{
color: #C3EFB5;
}
.AnyTagClassName
{
color: #C3EFB5;
}
</style>
background-color css
<style>
a { background-color: #C3EFB5; }
a { background-color: rgb(195,239,181); }
div.DivClassName
{
background-color: #C3EFB5;
}
.BgClassName
{
background-color: #C3EFB5;
}
</style>
border-color css
<style>
span { border-color: #C3EFB5; }
span { border-color: rgb(195,239,181); }
td.TdClassName
{
border-color: #C3EFB5;
}
.TagClassName
{
border-color: #C3EFB5;
}
</style>