Shades of Tea Green #C7F2BD
Tints of Tea Green #C7F2BD
RGB
CMYK
RGB Variations
Color information
#C7F2BD (or 0xC7F2BD) is known color: Tea Green. HEX triplet: C7, F2 and BD. RGB value is (199,242,189). Sum of RGB (Red+Green+Blue) = 199+242+189=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2BD is #380D42. Grayscale: #DFDFDF. Windows color (decimal): -3673411 or 12448455. OLE color: 12448455.
HSL color Cylindrical-coordinate representation of color #C7F2BD: hue angle of 108.68º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F2BD is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 189 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.05 |
| HSL | 108.68º | 0.67% | 0.85% | - |
| HSV(B) | 108.68º | 0.22% | 0.95% | - |
| XYZ | 64.49 | 79.32 | 60.06 | - |
| YUV | 223.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 189 | 0.18 | 0 | 0.22 | 0.05 | 108.68 | 0.67 | 0.85 |
| Hex | C7 | F2 | BD | 12 | 0 | 16 | 5 | 6D | 43 | 55 |
| Octal | 307 | 362 | 275 | 22 | 0 | 26 | 5 | 155 | 103 | 125 |
| Binary | 11000111 | 11110010 | 10111101 | 10010 | 0 | 10110 | 101 | 1101101 | 1000011 | 1010101 |
Color Harmonies of #C7F2BD
Complementary color
Monochromatic Colors of #C7F2BD
Black with #C7F2BD
Text Example
Text Example
White with #C7F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F2BD; }
p { color: rgb(199,242,189); }
H1.HeaderClassName
{
color: #C7F2BD;
}
.AnyTagClassName
{
color: #C7F2BD;
}
</style>
background-color css
<style>
a { background-color: #C7F2BD; }
a { background-color: rgb(199,242,189); }
div.DivClassName
{
background-color: #C7F2BD;
}
.BgClassName
{
background-color: #C7F2BD;
}
</style>
border-color css
<style>
span { border-color: #C7F2BD; }
span { border-color: rgb(199,242,189); }
td.TdClassName
{
border-color: #C7F2BD;
}
.TagClassName
{
border-color: #C7F2BD;
}
</style>