Shades of Tea Green #C1FDBE
Tints of Tea Green #C1FDBE
RGB
CMYK
RGB Variations
Color information
#C1FDBE (or 0xC1FDBE) is known color: Tea Green. HEX triplet: C1, FD and BE. RGB value is (193,253,190). Sum of RGB (Red+Green+Blue) = 193+253+190=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDBE is #3E0241. Grayscale: #E4E4E4. Windows color (decimal): -4063810 or 12516801. OLE color: 12516801.
HSL color Cylindrical-coordinate representation of color #C1FDBE: hue angle of 117.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1FDBE is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 190 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.01 |
| HSL | 117.14º | 0.94% | 0.87% | - |
| HSV(B) | 117.14º | 0.25% | 0.99% | - |
| XYZ | 66.41 | 85.31 | 61.68 | - |
| YUV | 227.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 190 | 0.24 | 0 | 0.25 | 0.01 | 117.14 | 0.94 | 0.87 |
| Hex | C1 | FD | BE | 18 | 0 | 19 | 1 | 75 | 5E | 57 |
| Octal | 301 | 375 | 276 | 30 | 0 | 31 | 1 | 165 | 136 | 127 |
| Binary | 11000001 | 11111101 | 10111110 | 11000 | 0 | 11001 | 1 | 1110101 | 1011110 | 1010111 |
Color Harmonies of #C1FDBE
Complementary color
Monochromatic Colors of #C1FDBE
Black with #C1FDBE
Text Example
Text Example
White with #C1FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDBE; }
p { color: rgb(193,253,190); }
H1.HeaderClassName
{
color: #C1FDBE;
}
.AnyTagClassName
{
color: #C1FDBE;
}
</style>
background-color css
<style>
a { background-color: #C1FDBE; }
a { background-color: rgb(193,253,190); }
div.DivClassName
{
background-color: #C1FDBE;
}
.BgClassName
{
background-color: #C1FDBE;
}
</style>
border-color css
<style>
span { border-color: #C1FDBE; }
span { border-color: rgb(193,253,190); }
td.TdClassName
{
border-color: #C1FDBE;
}
.TagClassName
{
border-color: #C1FDBE;
}
</style>