Shades of Tea Green #C5FCB2
Tints of Tea Green #C5FCB2
RGB
CMYK
RGB Variations
Color information
#C5FCB2 (or 0xC5FCB2) is known color: Tea Green. HEX triplet: C5, FC and B2. RGB value is (197,252,178). Sum of RGB (Red+Green+Blue) = 197+252+178=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FCB2 is #3A034D. Grayscale: #E3E3E3. Windows color (decimal): -3801934 or 11730117. OLE color: 11730117.
HSL color Cylindrical-coordinate representation of color #C5FCB2: hue angle of 104.59º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5FCB2 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 178 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.01 |
| HSL | 104.59º | 0.93% | 0.84% | - |
| HSV(B) | 104.59º | 0.29% | 0.99% | - |
| XYZ | 65.87 | 84.71 | 55 | - |
| YUV | 227.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 178 | 0.22 | 0 | 0.29 | 0.01 | 104.59 | 0.93 | 0.84 |
| Hex | C5 | FC | B2 | 16 | 0 | 1D | 1 | 69 | 5C | 54 |
| Octal | 305 | 374 | 262 | 26 | 0 | 35 | 1 | 151 | 134 | 124 |
| Binary | 11000101 | 11111100 | 10110010 | 10110 | 0 | 11101 | 1 | 1101001 | 1011100 | 1010100 |
Color Harmonies of #C5FCB2
Complementary color
Monochromatic Colors of #C5FCB2
Black with #C5FCB2
Text Example
Text Example
White with #C5FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCB2; }
p { color: rgb(197,252,178); }
H1.HeaderClassName
{
color: #C5FCB2;
}
.AnyTagClassName
{
color: #C5FCB2;
}
</style>
background-color css
<style>
a { background-color: #C5FCB2; }
a { background-color: rgb(197,252,178); }
div.DivClassName
{
background-color: #C5FCB2;
}
.BgClassName
{
background-color: #C5FCB2;
}
</style>
border-color css
<style>
span { border-color: #C5FCB2; }
span { border-color: rgb(197,252,178); }
td.TdClassName
{
border-color: #C5FCB2;
}
.TagClassName
{
border-color: #C5FCB2;
}
</style>