Shades of Tea Green #C7F2B3
Tints of Tea Green #C7F2B3
RGB
CMYK
RGB Variations
Color information
#C7F2B3 (or 0xC7F2B3) is known color: Tea Green. HEX triplet: C7, F2 and B3. RGB value is (199,242,179). Sum of RGB (Red+Green+Blue) = 199+242+179=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2B3 is #380D4C. Grayscale: #DEDEDE. Windows color (decimal): -3673421 or 11793095. OLE color: 11793095.
HSL color Cylindrical-coordinate representation of color #C7F2B3: hue angle of 100.95º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7F2B3 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 179 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.05 |
| HSL | 100.95º | 0.71% | 0.83% | - |
| HSV(B) | 100.95º | 0.26% | 0.95% | - |
| XYZ | 63.44 | 78.9 | 54.53 | - |
| YUV | 221.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 179 | 0.18 | 0 | 0.26 | 0.05 | 100.95 | 0.71 | 0.83 |
| Hex | C7 | F2 | B3 | 12 | 0 | 1A | 5 | 65 | 47 | 53 |
| Octal | 307 | 362 | 263 | 22 | 0 | 32 | 5 | 145 | 107 | 123 |
| Binary | 11000111 | 11110010 | 10110011 | 10010 | 0 | 11010 | 101 | 1100101 | 1000111 | 1010011 |
Color Harmonies of #C7F2B3
Complementary color
Monochromatic Colors of #C7F2B3
Black with #C7F2B3
Text Example
Text Example
White with #C7F2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F2B3; }
p { color: rgb(199,242,179); }
H1.HeaderClassName
{
color: #C7F2B3;
}
.AnyTagClassName
{
color: #C7F2B3;
}
</style>
background-color css
<style>
a { background-color: #C7F2B3; }
a { background-color: rgb(199,242,179); }
div.DivClassName
{
background-color: #C7F2B3;
}
.BgClassName
{
background-color: #C7F2B3;
}
</style>
border-color css
<style>
span { border-color: #C7F2B3; }
span { border-color: rgb(199,242,179); }
td.TdClassName
{
border-color: #C7F2B3;
}
.TagClassName
{
border-color: #C7F2B3;
}
</style>