Shades of Tea Green #C5FFB2
Tints of Tea Green #C5FFB2
RGB
CMYK
RGB Variations
Color information
#C5FFB2 (or 0xC5FFB2) is known color: Tea Green. HEX triplet: C5, FF and B2. RGB value is (197,255,178). Sum of RGB (Red+Green+Blue) = 197+255+178=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFB2 is #3A004D. Grayscale: #E5E5E5. Windows color (decimal): -3801166 or 11730885. OLE color: 11730885.
HSL color Cylindrical-coordinate representation of color #C5FFB2: hue angle of 105.19º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5FFB2 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 178 | - |
| CMYK | 0.23 | 0 | 0.30 | 0 |
| HSL | 105.19º | 1% | 0.85% | - |
| HSV(B) | 105.19º | 0.3% | 1% | - |
| XYZ | 66.82 | 86.6 | 55.31 | - |
| YUV | 228.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 178 | 0.23 | 0 | 0.30 | 0 | 105.19 | 1 | 0.85 |
| Hex | C5 | FF | B2 | 17 | 0 | 1E | 0 | 69 | 64 | 55 |
| Octal | 305 | 377 | 262 | 27 | 0 | 36 | 0 | 151 | 144 | 125 |
| Binary | 11000101 | 11111111 | 10110010 | 10111 | 0 | 11110 | 0 | 1101001 | 1100100 | 1010101 |
Color Harmonies of #C5FFB2
Complementary color
Monochromatic Colors of #C5FFB2
Black with #C5FFB2
Text Example
Text Example
White with #C5FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFB2; }
p { color: rgb(197,255,178); }
H1.HeaderClassName
{
color: #C5FFB2;
}
.AnyTagClassName
{
color: #C5FFB2;
}
</style>
background-color css
<style>
a { background-color: #C5FFB2; }
a { background-color: rgb(197,255,178); }
div.DivClassName
{
background-color: #C5FFB2;
}
.BgClassName
{
background-color: #C5FFB2;
}
</style>
border-color css
<style>
span { border-color: #C5FFB2; }
span { border-color: rgb(197,255,178); }
td.TdClassName
{
border-color: #C5FFB2;
}
.TagClassName
{
border-color: #C5FFB2;
}
</style>