Shades of Tea Green #C2FDB4
Tints of Tea Green #C2FDB4
RGB
CMYK
RGB Variations
Color information
#C2FDB4 (or 0xC2FDB4) is known color: Tea Green. HEX triplet: C2, FD and B4. RGB value is (194,253,180). Sum of RGB (Red+Green+Blue) = 194+253+180=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDB4 is #3D024B. Grayscale: #E3E3E3. Windows color (decimal): -3998284 or 11861442. OLE color: 11861442.
HSL color Cylindrical-coordinate representation of color #C2FDB4: hue angle of 108.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2FDB4 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 180 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.01 |
| HSL | 108.49º | 0.95% | 0.85% | - |
| HSV(B) | 108.49º | 0.29% | 0.99% | - |
| XYZ | 65.61 | 85.02 | 56.13 | - |
| YUV | 227.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 180 | 0.23 | 0 | 0.29 | 0.01 | 108.49 | 0.95 | 0.85 |
| Hex | C2 | FD | B4 | 17 | 0 | 1D | 1 | 6C | 5F | 55 |
| Octal | 302 | 375 | 264 | 27 | 0 | 35 | 1 | 154 | 137 | 125 |
| Binary | 11000010 | 11111101 | 10110100 | 10111 | 0 | 11101 | 1 | 1101100 | 1011111 | 1010101 |
Color Harmonies of #C2FDB4
Complementary color
Monochromatic Colors of #C2FDB4
Black with #C2FDB4
Text Example
Text Example
White with #C2FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDB4; }
p { color: rgb(194,253,180); }
H1.HeaderClassName
{
color: #C2FDB4;
}
.AnyTagClassName
{
color: #C2FDB4;
}
</style>
background-color css
<style>
a { background-color: #C2FDB4; }
a { background-color: rgb(194,253,180); }
div.DivClassName
{
background-color: #C2FDB4;
}
.BgClassName
{
background-color: #C2FDB4;
}
</style>
border-color css
<style>
span { border-color: #C2FDB4; }
span { border-color: rgb(194,253,180); }
td.TdClassName
{
border-color: #C2FDB4;
}
.TagClassName
{
border-color: #C2FDB4;
}
</style>