Shades of Tea Green #C2FDBE
Tints of Tea Green #C2FDBE
RGB
CMYK
RGB Variations
Color information
#C2FDBE (or 0xC2FDBE) is known color: Tea Green. HEX triplet: C2, FD and BE. RGB value is (194,253,190). Sum of RGB (Red+Green+Blue) = 194+253+190=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDBE is #3D0241. Grayscale: #E4E4E4. Windows color (decimal): -3998274 or 12516802. OLE color: 12516802.
HSL color Cylindrical-coordinate representation of color #C2FDBE: hue angle of 116.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FDBE is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 190 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.01 |
| HSL | 116.19º | 0.94% | 0.87% | - |
| HSV(B) | 116.19º | 0.25% | 0.99% | - |
| XYZ | 66.67 | 85.44 | 61.69 | - |
| YUV | 228.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 190 | 0.23 | 0 | 0.25 | 0.01 | 116.19 | 0.94 | 0.87 |
| Hex | C2 | FD | BE | 17 | 0 | 19 | 1 | 74 | 5E | 57 |
| Octal | 302 | 375 | 276 | 27 | 0 | 31 | 1 | 164 | 136 | 127 |
| Binary | 11000010 | 11111101 | 10111110 | 10111 | 0 | 11001 | 1 | 1110100 | 1011110 | 1010111 |
Color Harmonies of #C2FDBE
Complementary color
Monochromatic Colors of #C2FDBE
Black with #C2FDBE
Text Example
Text Example
White with #C2FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDBE; }
p { color: rgb(194,253,190); }
H1.HeaderClassName
{
color: #C2FDBE;
}
.AnyTagClassName
{
color: #C2FDBE;
}
</style>
background-color css
<style>
a { background-color: #C2FDBE; }
a { background-color: rgb(194,253,190); }
div.DivClassName
{
background-color: #C2FDBE;
}
.BgClassName
{
background-color: #C2FDBE;
}
</style>
border-color css
<style>
span { border-color: #C2FDBE; }
span { border-color: rgb(194,253,190); }
td.TdClassName
{
border-color: #C2FDBE;
}
.TagClassName
{
border-color: #C2FDBE;
}
</style>