Shades of Tea Green #C2F8B9
Tints of Tea Green #C2F8B9
RGB
CMYK
RGB Variations
Color information
#C2F8B9 (or 0xC2F8B9) is known color: Tea Green. HEX triplet: C2, F8 and B9. RGB value is (194,248,185). Sum of RGB (Red+Green+Blue) = 194+248+185=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8B9 is #3D0746. Grayscale: #E0E0E0. Windows color (decimal): -3999559 or 12187842. OLE color: 12187842.
HSL color Cylindrical-coordinate representation of color #C2F8B9: hue angle of 111.43º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2F8B9 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 185 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.03 |
| HSL | 111.43º | 0.82% | 0.85% | - |
| HSV(B) | 111.43º | 0.25% | 0.97% | - |
| XYZ | 64.57 | 82.11 | 58.34 | - |
| YUV | 224.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 185 | 0.22 | 0 | 0.25 | 0.03 | 111.43 | 0.82 | 0.85 |
| Hex | C2 | F8 | B9 | 16 | 0 | 19 | 3 | 6F | 52 | 55 |
| Octal | 302 | 370 | 271 | 26 | 0 | 31 | 3 | 157 | 122 | 125 |
| Binary | 11000010 | 11111000 | 10111001 | 10110 | 0 | 11001 | 11 | 1101111 | 1010010 | 1010101 |
Color Harmonies of #C2F8B9
Complementary color
Monochromatic Colors of #C2F8B9
Black with #C2F8B9
Text Example
Text Example
White with #C2F8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8B9; }
p { color: rgb(194,248,185); }
H1.HeaderClassName
{
color: #C2F8B9;
}
.AnyTagClassName
{
color: #C2F8B9;
}
</style>
background-color css
<style>
a { background-color: #C2F8B9; }
a { background-color: rgb(194,248,185); }
div.DivClassName
{
background-color: #C2F8B9;
}
.BgClassName
{
background-color: #C2F8B9;
}
</style>
border-color css
<style>
span { border-color: #C2F8B9; }
span { border-color: rgb(194,248,185); }
td.TdClassName
{
border-color: #C2F8B9;
}
.TagClassName
{
border-color: #C2F8B9;
}
</style>