Shades of Tea Green #C1FBBC
Tints of Tea Green #C1FBBC
RGB
CMYK
RGB Variations
Color information
#C1FBBC (or 0xC1FBBC) is known color: Tea Green. HEX triplet: C1, FB and BC. RGB value is (193,251,188). Sum of RGB (Red+Green+Blue) = 193+251+188=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FBBC is #3E0443. Grayscale: #E2E2E2. Windows color (decimal): -4064324 or 12385217. OLE color: 12385217.
HSL color Cylindrical-coordinate representation of color #C1FBBC: hue angle of 115.24º 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 #C1FBBC is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 188 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 115.24º | 0.89% | 0.86% | - |
| HSV(B) | 115.24º | 0.25% | 0.98% | - |
| XYZ | 65.57 | 83.96 | 60.33 | - |
| YUV | 226.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 188 | 0.23 | 0 | 0.25 | 0.02 | 115.24 | 0.89 | 0.86 |
| Hex | C1 | FB | BC | 17 | 0 | 19 | 2 | 73 | 59 | 56 |
| Octal | 301 | 373 | 274 | 27 | 0 | 31 | 2 | 163 | 131 | 126 |
| Binary | 11000001 | 11111011 | 10111100 | 10111 | 0 | 11001 | 10 | 1110011 | 1011001 | 1010110 |
Color Harmonies of #C1FBBC
Complementary color
Monochromatic Colors of #C1FBBC
Black with #C1FBBC
Text Example
Text Example
White with #C1FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBBC; }
p { color: rgb(193,251,188); }
H1.HeaderClassName
{
color: #C1FBBC;
}
.AnyTagClassName
{
color: #C1FBBC;
}
</style>
background-color css
<style>
a { background-color: #C1FBBC; }
a { background-color: rgb(193,251,188); }
div.DivClassName
{
background-color: #C1FBBC;
}
.BgClassName
{
background-color: #C1FBBC;
}
</style>
border-color css
<style>
span { border-color: #C1FBBC; }
span { border-color: rgb(193,251,188); }
td.TdClassName
{
border-color: #C1FBBC;
}
.TagClassName
{
border-color: #C1FBBC;
}
</style>