Shades of Tea Green #C7EDB4
Tints of Tea Green #C7EDB4
RGB
CMYK
RGB Variations
Color information
#C7EDB4 (or 0xC7EDB4) is known color: Tea Green. HEX triplet: C7, ED and B4. RGB value is (199,237,180). Sum of RGB (Red+Green+Blue) = 199+237+180=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDB4 is #38124B. Grayscale: #DBDBDB. Windows color (decimal): -3674700 or 11857351. OLE color: 11857351.
HSL color Cylindrical-coordinate representation of color #C7EDB4: hue angle of 100º 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 #C7EDB4 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 237 | 180 | - |
CMYK | 0.16 | 0 | 0.24 | 0.07 |
HSL | 100º | 0.61% | 0.82% | - |
HSV(B) | 100º | 0.24% | 0.93% | - |
XYZ | 62.08 | 76.01 | 54.58 | - |
YUV | 219.14 | 105.91 | 113.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 237 | 180 | 0.16 | 0 | 0.24 | 0.07 | 100 | 0.61 | 0.82 |
Hex | C7 | ED | B4 | 10 | 0 | 18 | 7 | 64 | 3D | 52 |
Octal | 307 | 355 | 264 | 20 | 0 | 30 | 7 | 144 | 75 | 122 |
Binary | 11000111 | 11101101 | 10110100 | 10000 | 0 | 11000 | 111 | 1100100 | 111101 | 1010010 |
Color Harmonies of #C7EDB4
Complementary color
Monochromatic Colors of #C7EDB4
Black with #C7EDB4
Text Example
Text Example
White with #C7EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDB4; }
p { color: rgb(199,237,180); }
H1.HeaderClassName
{
color: #C7EDB4;
}
.AnyTagClassName
{
color: #C7EDB4;
}
</style>
background-color css
<style>
a { background-color: #C7EDB4; }
a { background-color: rgb(199,237,180); }
div.DivClassName
{
background-color: #C7EDB4;
}
.BgClassName
{
background-color: #C7EDB4;
}
</style>
border-color css
<style>
span { border-color: #C7EDB4; }
span { border-color: rgb(199,237,180); }
td.TdClassName
{
border-color: #C7EDB4;
}
.TagClassName
{
border-color: #C7EDB4;
}
</style>