Shades of Tea Green #C1FDBB
Tints of Tea Green #C1FDBB
RGB
CMYK
RGB Variations
Color information
#C1FDBB (or 0xC1FDBB) is known color: Tea Green. HEX triplet: C1, FD and BB. RGB value is (193,253,187). Sum of RGB (Red+Green+Blue) = 193+253+187=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDBB is #3E0244. Grayscale: #E3E3E3. Windows color (decimal): -4063813 or 12320193. OLE color: 12320193.
HSL color Cylindrical-coordinate representation of color #C1FDBB: hue angle of 114.55º 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 #C1FDBB is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 253 | 187 | - |
CMYK | 0.24 | 0 | 0.26 | 0.01 |
HSL | 114.55º | 0.94% | 0.86% | - |
HSV(B) | 114.55º | 0.26% | 0.99% | - |
XYZ | 66.09 | 85.18 | 59.97 | - |
YUV | 227.54 | 105.12 | 103.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 253 | 187 | 0.24 | 0 | 0.26 | 0.01 | 114.55 | 0.94 | 0.86 |
Hex | C1 | FD | BB | 18 | 0 | 1A | 1 | 73 | 5E | 56 |
Octal | 301 | 375 | 273 | 30 | 0 | 32 | 1 | 163 | 136 | 126 |
Binary | 11000001 | 11111101 | 10111011 | 11000 | 0 | 11010 | 1 | 1110011 | 1011110 | 1010110 |
Color Harmonies of #C1FDBB
Complementary color
Monochromatic Colors of #C1FDBB
Black with #C1FDBB
Text Example
Text Example
White with #C1FDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDBB; }
p { color: rgb(193,253,187); }
H1.HeaderClassName
{
color: #C1FDBB;
}
.AnyTagClassName
{
color: #C1FDBB;
}
</style>
background-color css
<style>
a { background-color: #C1FDBB; }
a { background-color: rgb(193,253,187); }
div.DivClassName
{
background-color: #C1FDBB;
}
.BgClassName
{
background-color: #C1FDBB;
}
</style>
border-color css
<style>
span { border-color: #C1FDBB; }
span { border-color: rgb(193,253,187); }
td.TdClassName
{
border-color: #C1FDBB;
}
.TagClassName
{
border-color: #C1FDBB;
}
</style>