Shades of Tea Green #C2F9BF
Tints of Tea Green #C2F9BF
RGB
CMYK
RGB Variations
Color information
#C2F9BF (or 0xC2F9BF) is known color: Tea Green. HEX triplet: C2, F9 and BF. RGB value is (194,249,191). Sum of RGB (Red+Green+Blue) = 194+249+191=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9BF is #3D0640. Grayscale: #E2E2E2. Windows color (decimal): -3999297 or 12581314. OLE color: 12581314.
HSL color Cylindrical-coordinate representation of color #C2F9BF: hue angle of 116.9º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F9BF is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 191 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.02 |
| HSL | 116.9º | 0.83% | 0.86% | - |
| HSV(B) | 116.9º | 0.23% | 0.98% | - |
| XYZ | 65.53 | 82.98 | 61.85 | - |
| YUV | 225.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 191 | 0.22 | 0 | 0.23 | 0.02 | 116.9 | 0.83 | 0.86 |
| Hex | C2 | F9 | BF | 16 | 0 | 17 | 2 | 75 | 53 | 56 |
| Octal | 302 | 371 | 277 | 26 | 0 | 27 | 2 | 165 | 123 | 126 |
| Binary | 11000010 | 11111001 | 10111111 | 10110 | 0 | 10111 | 10 | 1110101 | 1010011 | 1010110 |
Color Harmonies of #C2F9BF
Complementary color
Monochromatic Colors of #C2F9BF
Black with #C2F9BF
Text Example
Text Example
White with #C2F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9BF; }
p { color: rgb(194,249,191); }
H1.HeaderClassName
{
color: #C2F9BF;
}
.AnyTagClassName
{
color: #C2F9BF;
}
</style>
background-color css
<style>
a { background-color: #C2F9BF; }
a { background-color: rgb(194,249,191); }
div.DivClassName
{
background-color: #C2F9BF;
}
.BgClassName
{
background-color: #C2F9BF;
}
</style>
border-color css
<style>
span { border-color: #C2F9BF; }
span { border-color: rgb(194,249,191); }
td.TdClassName
{
border-color: #C2F9BF;
}
.TagClassName
{
border-color: #C2F9BF;
}
</style>