Shades of Tea Green #C3EDB4
Tints of Tea Green #C3EDB4
RGB
CMYK
RGB Variations
Color information
#C3EDB4 (or 0xC3EDB4) is known color: Tea Green. HEX triplet: C3, ED and B4. RGB value is (195,237,180). Sum of RGB (Red+Green+Blue) = 195+237+180=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDB4 is #3C124B. Grayscale: #DADADA. Windows color (decimal): -3936844 or 11857347. OLE color: 11857347.
HSL color Cylindrical-coordinate representation of color #C3EDB4: hue angle of 104.21º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3EDB4 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 180 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.07 |
| HSL | 104.21º | 0.61% | 0.82% | - |
| HSV(B) | 104.21º | 0.24% | 0.93% | - |
| XYZ | 61.03 | 75.47 | 54.53 | - |
| YUV | 217.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 180 | 0.18 | 0 | 0.24 | 0.07 | 104.21 | 0.61 | 0.82 |
| Hex | C3 | ED | B4 | 12 | 0 | 18 | 7 | 68 | 3D | 52 |
| Octal | 303 | 355 | 264 | 22 | 0 | 30 | 7 | 150 | 75 | 122 |
| Binary | 11000011 | 11101101 | 10110100 | 10010 | 0 | 11000 | 111 | 1101000 | 111101 | 1010010 |
Color Harmonies of #C3EDB4
Complementary color
Monochromatic Colors of #C3EDB4
Black with #C3EDB4
Text Example
Text Example
White with #C3EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDB4; }
p { color: rgb(195,237,180); }
H1.HeaderClassName
{
color: #C3EDB4;
}
.AnyTagClassName
{
color: #C3EDB4;
}
</style>
background-color css
<style>
a { background-color: #C3EDB4; }
a { background-color: rgb(195,237,180); }
div.DivClassName
{
background-color: #C3EDB4;
}
.BgClassName
{
background-color: #C3EDB4;
}
</style>
border-color css
<style>
span { border-color: #C3EDB4; }
span { border-color: rgb(195,237,180); }
td.TdClassName
{
border-color: #C3EDB4;
}
.TagClassName
{
border-color: #C3EDB4;
}
</style>