Shades of Tea Green #C0FDBD
Tints of Tea Green #C0FDBD
RGB
CMYK
RGB Variations
Color information
#C0FDBD (or 0xC0FDBD) is known color: Tea Green. HEX triplet: C0, FD and BD. RGB value is (192,253,189). Sum of RGB (Red+Green+Blue) = 192+253+189=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDBD is #3F0242. Grayscale: #E3E3E3. Windows color (decimal): -4129347 or 12451264. OLE color: 12451264.
HSL color Cylindrical-coordinate representation of color #C0FDBD: hue angle of 117.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 #C0FDBD is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 253 | 189 | - |
CMYK | 0.24 | 0 | 0.25 | 0.01 |
HSL | 117.19º | 0.94% | 0.87% | - |
HSV(B) | 117.19º | 0.25% | 0.99% | - |
XYZ | 66.05 | 85.13 | 61.09 | - |
YUV | 227.47 | 106.29 | 102.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 253 | 189 | 0.24 | 0 | 0.25 | 0.01 | 117.19 | 0.94 | 0.87 |
Hex | C0 | FD | BD | 18 | 0 | 19 | 1 | 75 | 5E | 57 |
Octal | 300 | 375 | 275 | 30 | 0 | 31 | 1 | 165 | 136 | 127 |
Binary | 11000000 | 11111101 | 10111101 | 11000 | 0 | 11001 | 1 | 1110101 | 1011110 | 1010111 |
Color Harmonies of #C0FDBD
Complementary color
Monochromatic Colors of #C0FDBD
Black with #C0FDBD
Text Example
Text Example
White with #C0FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDBD; }
p { color: rgb(192,253,189); }
H1.HeaderClassName
{
color: #C0FDBD;
}
.AnyTagClassName
{
color: #C0FDBD;
}
</style>
background-color css
<style>
a { background-color: #C0FDBD; }
a { background-color: rgb(192,253,189); }
div.DivClassName
{
background-color: #C0FDBD;
}
.BgClassName
{
background-color: #C0FDBD;
}
</style>
border-color css
<style>
span { border-color: #C0FDBD; }
span { border-color: rgb(192,253,189); }
td.TdClassName
{
border-color: #C0FDBD;
}
.TagClassName
{
border-color: #C0FDBD;
}
</style>