Shades of Tea Green #C6EDB4
Tints of Tea Green #C6EDB4
RGB
CMYK
RGB Variations
Color information
#C6EDB4 (or 0xC6EDB4) is known color: Tea Green. HEX triplet: C6, ED and B4. RGB value is (198,237,180). Sum of RGB (Red+Green+Blue) = 198+237+180=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDB4 is #39124B. Grayscale: #DBDBDB. Windows color (decimal): -3740236 or 11857350. OLE color: 11857350.
HSL color Cylindrical-coordinate representation of color #C6EDB4: hue angle of 101.05º 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 #C6EDB4 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 180 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.07 |
| HSL | 101.05º | 0.61% | 0.82% | - |
| HSV(B) | 101.05º | 0.24% | 0.93% | - |
| XYZ | 61.81 | 75.87 | 54.57 | - |
| YUV | 218.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 180 | 0.16 | 0 | 0.24 | 0.07 | 101.05 | 0.61 | 0.82 |
| Hex | C6 | ED | B4 | 10 | 0 | 18 | 7 | 65 | 3D | 52 |
| Octal | 306 | 355 | 264 | 20 | 0 | 30 | 7 | 145 | 75 | 122 |
| Binary | 11000110 | 11101101 | 10110100 | 10000 | 0 | 11000 | 111 | 1100101 | 111101 | 1010010 |
Color Harmonies of #C6EDB4
Complementary color
Monochromatic Colors of #C6EDB4
Black with #C6EDB4
Text Example
Text Example
White with #C6EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDB4; }
p { color: rgb(198,237,180); }
H1.HeaderClassName
{
color: #C6EDB4;
}
.AnyTagClassName
{
color: #C6EDB4;
}
</style>
background-color css
<style>
a { background-color: #C6EDB4; }
a { background-color: rgb(198,237,180); }
div.DivClassName
{
background-color: #C6EDB4;
}
.BgClassName
{
background-color: #C6EDB4;
}
</style>
border-color css
<style>
span { border-color: #C6EDB4; }
span { border-color: rgb(198,237,180); }
td.TdClassName
{
border-color: #C6EDB4;
}
.TagClassName
{
border-color: #C6EDB4;
}
</style>