Shades of Tea Green #C1FDBC
Tints of Tea Green #C1FDBC
RGB
CMYK
RGB Variations
Color information
#C1FDBC (or 0xC1FDBC) is known color: Tea Green. HEX triplet: C1, FD and BC. RGB value is (193,253,188). Sum of RGB (Red+Green+Blue) = 193+253+188=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDBC is #3E0243. Grayscale: #E3E3E3. Windows color (decimal): -4063812 or 12385729. OLE color: 12385729.
HSL color Cylindrical-coordinate representation of color #C1FDBC: hue angle of 115.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1FDBC is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 188 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.01 |
| HSL | 115.38º | 0.94% | 0.86% | - |
| HSV(B) | 115.38º | 0.26% | 0.99% | - |
| XYZ | 66.19 | 85.22 | 60.54 | - |
| YUV | 227.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 188 | 0.24 | 0 | 0.26 | 0.01 | 115.38 | 0.94 | 0.86 |
| Hex | C1 | FD | BC | 18 | 0 | 1A | 1 | 73 | 5E | 56 |
| Octal | 301 | 375 | 274 | 30 | 0 | 32 | 1 | 163 | 136 | 126 |
| Binary | 11000001 | 11111101 | 10111100 | 11000 | 0 | 11010 | 1 | 1110011 | 1011110 | 1010110 |
Color Harmonies of #C1FDBC
Complementary color
Monochromatic Colors of #C1FDBC
Black with #C1FDBC
Text Example
Text Example
White with #C1FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDBC; }
p { color: rgb(193,253,188); }
H1.HeaderClassName
{
color: #C1FDBC;
}
.AnyTagClassName
{
color: #C1FDBC;
}
</style>
background-color css
<style>
a { background-color: #C1FDBC; }
a { background-color: rgb(193,253,188); }
div.DivClassName
{
background-color: #C1FDBC;
}
.BgClassName
{
background-color: #C1FDBC;
}
</style>
border-color css
<style>
span { border-color: #C1FDBC; }
span { border-color: rgb(193,253,188); }
td.TdClassName
{
border-color: #C1FDBC;
}
.TagClassName
{
border-color: #C1FDBC;
}
</style>