Shades of Tea Green #C1FBBD
Tints of Tea Green #C1FBBD
RGB
CMYK
RGB Variations
Color information
#C1FBBD (or 0xC1FBBD) is known color: Tea Green. HEX triplet: C1, FB and BD. RGB value is (193,251,189). Sum of RGB (Red+Green+Blue) = 193+251+189=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FBBD is #3E0442. Grayscale: #E2E2E2. Windows color (decimal): -4064323 or 12450753. OLE color: 12450753.
HSL color Cylindrical-coordinate representation of color #C1FBBD: hue angle of 116.13º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1FBBD is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 189 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 116.13º | 0.89% | 0.86% | - |
| HSV(B) | 116.13º | 0.25% | 0.98% | - |
| XYZ | 65.67 | 84.01 | 60.9 | - |
| YUV | 226.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 189 | 0.23 | 0 | 0.25 | 0.02 | 116.13 | 0.89 | 0.86 |
| Hex | C1 | FB | BD | 17 | 0 | 19 | 2 | 74 | 59 | 56 |
| Octal | 301 | 373 | 275 | 27 | 0 | 31 | 2 | 164 | 131 | 126 |
| Binary | 11000001 | 11111011 | 10111101 | 10111 | 0 | 11001 | 10 | 1110100 | 1011001 | 1010110 |
Color Harmonies of #C1FBBD
Complementary color
Monochromatic Colors of #C1FBBD
Black with #C1FBBD
Text Example
Text Example
White with #C1FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBBD; }
p { color: rgb(193,251,189); }
H1.HeaderClassName
{
color: #C1FBBD;
}
.AnyTagClassName
{
color: #C1FBBD;
}
</style>
background-color css
<style>
a { background-color: #C1FBBD; }
a { background-color: rgb(193,251,189); }
div.DivClassName
{
background-color: #C1FBBD;
}
.BgClassName
{
background-color: #C1FBBD;
}
</style>
border-color css
<style>
span { border-color: #C1FBBD; }
span { border-color: rgb(193,251,189); }
td.TdClassName
{
border-color: #C1FBBD;
}
.TagClassName
{
border-color: #C1FBBD;
}
</style>