Shades of Tea Green #C1FAB2
Tints of Tea Green #C1FAB2
RGB
CMYK
RGB Variations
Color information
#C1FAB2 (or 0xC1FAB2) is known color: Tea Green. HEX triplet: C1, FA and B2. RGB value is (193,250,178). Sum of RGB (Red+Green+Blue) = 193+250+178=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FAB2 is #3E054D. Grayscale: #E0E0E0. Windows color (decimal): -4064590 or 11729601. OLE color: 11729601.
HSL color Cylindrical-coordinate representation of color #C1FAB2: hue angle of 107.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1FAB2 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 178 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.02 |
| HSL | 107.5º | 0.88% | 0.84% | - |
| HSV(B) | 107.5º | 0.29% | 0.98% | - |
| XYZ | 64.21 | 82.92 | 54.74 | - |
| YUV | 224.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 178 | 0.23 | 0 | 0.29 | 0.02 | 107.5 | 0.88 | 0.84 |
| Hex | C1 | FA | B2 | 17 | 0 | 1D | 2 | 6C | 58 | 54 |
| Octal | 301 | 372 | 262 | 27 | 0 | 35 | 2 | 154 | 130 | 124 |
| Binary | 11000001 | 11111010 | 10110010 | 10111 | 0 | 11101 | 10 | 1101100 | 1011000 | 1010100 |
Color Harmonies of #C1FAB2
Complementary color
Monochromatic Colors of #C1FAB2
Black with #C1FAB2
Text Example
Text Example
White with #C1FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAB2; }
p { color: rgb(193,250,178); }
H1.HeaderClassName
{
color: #C1FAB2;
}
.AnyTagClassName
{
color: #C1FAB2;
}
</style>
background-color css
<style>
a { background-color: #C1FAB2; }
a { background-color: rgb(193,250,178); }
div.DivClassName
{
background-color: #C1FAB2;
}
.BgClassName
{
background-color: #C1FAB2;
}
</style>
border-color css
<style>
span { border-color: #C1FAB2; }
span { border-color: rgb(193,250,178); }
td.TdClassName
{
border-color: #C1FAB2;
}
.TagClassName
{
border-color: #C1FAB2;
}
</style>