Shades of Tea Green #C1FFBD
Tints of Tea Green #C1FFBD
RGB
CMYK
RGB Variations
Color information
#C1FFBD (or 0xC1FFBD) is known color: Tea Green. HEX triplet: C1, FF and BD. RGB value is (193,255,189). Sum of RGB (Red+Green+Blue) = 193+255+189=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFBD is #3E0042. Grayscale: #E5E5E5. Windows color (decimal): -4063299 or 12451777. OLE color: 12451777.
HSL color Cylindrical-coordinate representation of color #C1FFBD: hue angle of 116.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1FFBD is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 189 | - |
| CMYK | 0.24 | 0 | 0.26 | 0 |
| HSL | 116.36º | 1% | 0.87% | - |
| HSV(B) | 116.36º | 0.26% | 1% | - |
| XYZ | 66.94 | 86.53 | 61.32 | - |
| YUV | 228.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 189 | 0.24 | 0 | 0.26 | 0 | 116.36 | 1 | 0.87 |
| Hex | C1 | FF | BD | 18 | 0 | 1A | 0 | 74 | 64 | 57 |
| Octal | 301 | 377 | 275 | 30 | 0 | 32 | 0 | 164 | 144 | 127 |
| Binary | 11000001 | 11111111 | 10111101 | 11000 | 0 | 11010 | 0 | 1110100 | 1100100 | 1010111 |
Color Harmonies of #C1FFBD
Complementary color
Monochromatic Colors of #C1FFBD
Black with #C1FFBD
Text Example
Text Example
White with #C1FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFBD; }
p { color: rgb(193,255,189); }
H1.HeaderClassName
{
color: #C1FFBD;
}
.AnyTagClassName
{
color: #C1FFBD;
}
</style>
background-color css
<style>
a { background-color: #C1FFBD; }
a { background-color: rgb(193,255,189); }
div.DivClassName
{
background-color: #C1FFBD;
}
.BgClassName
{
background-color: #C1FFBD;
}
</style>
border-color css
<style>
span { border-color: #C1FFBD; }
span { border-color: rgb(193,255,189); }
td.TdClassName
{
border-color: #C1FFBD;
}
.TagClassName
{
border-color: #C1FFBD;
}
</style>