Shades of Tea Green #C2FDBD
Tints of Tea Green #C2FDBD
RGB
CMYK
RGB Variations
Color information
#C2FDBD (or 0xC2FDBD) is known color: Tea Green. HEX triplet: C2, FD and BD. RGB value is (194,253,189). Sum of RGB (Red+Green+Blue) = 194+253+189=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDBD is #3D0242. Grayscale: #E4E4E4. Windows color (decimal): -3998275 or 12451266. OLE color: 12451266.
HSL color Cylindrical-coordinate representation of color #C2FDBD: hue angle of 115.31º 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 #C2FDBD is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 189 | - |
CMYK | 0.23 | 0 | 0.25 | 0.01 |
HSL | 115.31º | 0.94% | 0.87% | - |
HSV(B) | 115.31º | 0.25% | 0.99% | - |
XYZ | 66.56 | 85.39 | 61.12 | - |
YUV | 228.06 | 105.95 | 103.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 189 | 0.23 | 0 | 0.25 | 0.01 | 115.31 | 0.94 | 0.87 |
Hex | C2 | FD | BD | 17 | 0 | 19 | 1 | 73 | 5E | 57 |
Octal | 302 | 375 | 275 | 27 | 0 | 31 | 1 | 163 | 136 | 127 |
Binary | 11000010 | 11111101 | 10111101 | 10111 | 0 | 11001 | 1 | 1110011 | 1011110 | 1010111 |
Color Harmonies of #C2FDBD
Complementary color
Monochromatic Colors of #C2FDBD
Black with #C2FDBD
Text Example
Text Example
White with #C2FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDBD; }
p { color: rgb(194,253,189); }
H1.HeaderClassName
{
color: #C2FDBD;
}
.AnyTagClassName
{
color: #C2FDBD;
}
</style>
background-color css
<style>
a { background-color: #C2FDBD; }
a { background-color: rgb(194,253,189); }
div.DivClassName
{
background-color: #C2FDBD;
}
.BgClassName
{
background-color: #C2FDBD;
}
</style>
border-color css
<style>
span { border-color: #C2FDBD; }
span { border-color: rgb(194,253,189); }
td.TdClassName
{
border-color: #C2FDBD;
}
.TagClassName
{
border-color: #C2FDBD;
}
</style>