Shades of Tea Green #C7FFB4
Tints of Tea Green #C7FFB4
RGB
CMYK
RGB Variations
Color information
#C7FFB4 (or 0xC7FFB4) is known color: Tea Green. HEX triplet: C7, FF and B4. RGB value is (199,255,180). Sum of RGB (Red+Green+Blue) = 199+255+180=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFB4 is #38004B. Grayscale: #E5E5E5. Windows color (decimal): -3670092 or 11861959. OLE color: 11861959.
HSL color Cylindrical-coordinate representation of color #C7FFB4: hue angle of 104.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7FFB4 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 180 | - |
| CMYK | 0.22 | 0 | 0.29 | 0 |
| HSL | 104.8º | 1% | 0.85% | - |
| HSV(B) | 104.8º | 0.29% | 1% | - |
| XYZ | 67.55 | 86.96 | 56.4 | - |
| YUV | 229.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 180 | 0.22 | 0 | 0.29 | 0 | 104.8 | 1 | 0.85 |
| Hex | C7 | FF | B4 | 16 | 0 | 1D | 0 | 69 | 64 | 55 |
| Octal | 307 | 377 | 264 | 26 | 0 | 35 | 0 | 151 | 144 | 125 |
| Binary | 11000111 | 11111111 | 10110100 | 10110 | 0 | 11101 | 0 | 1101001 | 1100100 | 1010101 |
Color Harmonies of #C7FFB4
Complementary color
Monochromatic Colors of #C7FFB4
Black with #C7FFB4
Text Example
Text Example
White with #C7FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFB4; }
p { color: rgb(199,255,180); }
H1.HeaderClassName
{
color: #C7FFB4;
}
.AnyTagClassName
{
color: #C7FFB4;
}
</style>
background-color css
<style>
a { background-color: #C7FFB4; }
a { background-color: rgb(199,255,180); }
div.DivClassName
{
background-color: #C7FFB4;
}
.BgClassName
{
background-color: #C7FFB4;
}
</style>
border-color css
<style>
span { border-color: #C7FFB4; }
span { border-color: rgb(199,255,180); }
td.TdClassName
{
border-color: #C7FFB4;
}
.TagClassName
{
border-color: #C7FFB4;
}
</style>