Shades of Tea Green #C2FABD
Tints of Tea Green #C2FABD
RGB
CMYK
RGB Variations
Color information
#C2FABD (or 0xC2FABD) is known color: Tea Green. HEX triplet: C2, FA and BD. RGB value is (194,250,189). Sum of RGB (Red+Green+Blue) = 194+250+189=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FABD is #3D0542. Grayscale: #E2E2E2. Windows color (decimal): -3999043 or 12450498. OLE color: 12450498.
HSL color Cylindrical-coordinate representation of color #C2FABD: hue angle of 115.08º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FABD is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 189 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.02 |
| HSL | 115.08º | 0.86% | 0.86% | - |
| HSV(B) | 115.08º | 0.24% | 0.98% | - |
| XYZ | 65.62 | 83.51 | 60.81 | - |
| YUV | 226.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 189 | 0.22 | 0 | 0.24 | 0.02 | 115.08 | 0.86 | 0.86 |
| Hex | C2 | FA | BD | 16 | 0 | 18 | 2 | 73 | 56 | 56 |
| Octal | 302 | 372 | 275 | 26 | 0 | 30 | 2 | 163 | 126 | 126 |
| Binary | 11000010 | 11111010 | 10111101 | 10110 | 0 | 11000 | 10 | 1110011 | 1010110 | 1010110 |
Color Harmonies of #C2FABD
Complementary color
Monochromatic Colors of #C2FABD
Black with #C2FABD
Text Example
Text Example
White with #C2FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FABD; }
p { color: rgb(194,250,189); }
H1.HeaderClassName
{
color: #C2FABD;
}
.AnyTagClassName
{
color: #C2FABD;
}
</style>
background-color css
<style>
a { background-color: #C2FABD; }
a { background-color: rgb(194,250,189); }
div.DivClassName
{
background-color: #C2FABD;
}
.BgClassName
{
background-color: #C2FABD;
}
</style>
border-color css
<style>
span { border-color: #C2FABD; }
span { border-color: rgb(194,250,189); }
td.TdClassName
{
border-color: #C2FABD;
}
.TagClassName
{
border-color: #C2FABD;
}
</style>