Shades of Tea Green #C7FFB5
Tints of Tea Green #C7FFB5
RGB
CMYK
RGB Variations
Color information
#C7FFB5 (or 0xC7FFB5) is known color: Tea Green. HEX triplet: C7, FF and B5. RGB value is (199,255,181). Sum of RGB (Red+Green+Blue) = 199+255+181=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFB5 is #38004A. Grayscale: #E6E6E6. Windows color (decimal): -3670091 or 11927495. OLE color: 11927495.
HSL color Cylindrical-coordinate representation of color #C7FFB5: hue angle of 105.41º 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 #C7FFB5 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 181 | - |
| CMYK | 0.22 | 0 | 0.29 | 0 |
| HSL | 105.41º | 1% | 0.85% | - |
| HSV(B) | 105.41º | 0.29% | 1% | - |
| XYZ | 67.65 | 87 | 56.94 | - |
| YUV | 229.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 181 | 0.22 | 0 | 0.29 | 0 | 105.41 | 1 | 0.85 |
| Hex | C7 | FF | B5 | 16 | 0 | 1D | 0 | 69 | 64 | 55 |
| Octal | 307 | 377 | 265 | 26 | 0 | 35 | 0 | 151 | 144 | 125 |
| Binary | 11000111 | 11111111 | 10110101 | 10110 | 0 | 11101 | 0 | 1101001 | 1100100 | 1010101 |
Color Harmonies of #C7FFB5
Complementary color
Monochromatic Colors of #C7FFB5
Black with #C7FFB5
Text Example
Text Example
White with #C7FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFB5; }
p { color: rgb(199,255,181); }
H1.HeaderClassName
{
color: #C7FFB5;
}
.AnyTagClassName
{
color: #C7FFB5;
}
</style>
background-color css
<style>
a { background-color: #C7FFB5; }
a { background-color: rgb(199,255,181); }
div.DivClassName
{
background-color: #C7FFB5;
}
.BgClassName
{
background-color: #C7FFB5;
}
</style>
border-color css
<style>
span { border-color: #C7FFB5; }
span { border-color: rgb(199,255,181); }
td.TdClassName
{
border-color: #C7FFB5;
}
.TagClassName
{
border-color: #C7FFB5;
}
</style>