Shades of Tea Green #C2F2BC
Tints of Tea Green #C2F2BC
RGB
CMYK
RGB Variations
Color information
#C2F2BC (or 0xC2F2BC) is known color: Tea Green. HEX triplet: C2, F2 and BC. RGB value is (194,242,188). Sum of RGB (Red+Green+Blue) = 194+242+188=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2BC is #3D0D43. Grayscale: #DDDDDD. Windows color (decimal): -4001092 or 12382914. OLE color: 12382914.
HSL color Cylindrical-coordinate representation of color #C2F2BC: hue angle of 113.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F2BC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 188 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.05 |
| HSL | 113.33º | 0.68% | 0.84% | - |
| HSV(B) | 113.33º | 0.22% | 0.95% | - |
| XYZ | 63.08 | 78.6 | 59.42 | - |
| YUV | 221.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 188 | 0.20 | 0 | 0.22 | 0.05 | 113.33 | 0.68 | 0.84 |
| Hex | C2 | F2 | BC | 14 | 0 | 16 | 5 | 71 | 44 | 54 |
| Octal | 302 | 362 | 274 | 24 | 0 | 26 | 5 | 161 | 104 | 124 |
| Binary | 11000010 | 11110010 | 10111100 | 10100 | 0 | 10110 | 101 | 1110001 | 1000100 | 1010100 |
Color Harmonies of #C2F2BC
Complementary color
Monochromatic Colors of #C2F2BC
Black with #C2F2BC
Text Example
Text Example
White with #C2F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2BC; }
p { color: rgb(194,242,188); }
H1.HeaderClassName
{
color: #C2F2BC;
}
.AnyTagClassName
{
color: #C2F2BC;
}
</style>
background-color css
<style>
a { background-color: #C2F2BC; }
a { background-color: rgb(194,242,188); }
div.DivClassName
{
background-color: #C2F2BC;
}
.BgClassName
{
background-color: #C2F2BC;
}
</style>
border-color css
<style>
span { border-color: #C2F2BC; }
span { border-color: rgb(194,242,188); }
td.TdClassName
{
border-color: #C2F2BC;
}
.TagClassName
{
border-color: #C2F2BC;
}
</style>