Shades of Tea Green #C0FABD
Tints of Tea Green #C0FABD
RGB
CMYK
RGB Variations
Color information
#C0FABD (or 0xC0FABD) is known color: Tea Green. HEX triplet: C0, FA and BD. RGB value is (192,250,189). Sum of RGB (Red+Green+Blue) = 192+250+189=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FABD is #3F0542. Grayscale: #E1E1E1. Windows color (decimal): -4130115 or 12450496. OLE color: 12450496.
HSL color Cylindrical-coordinate representation of color #C0FABD: hue angle of 117.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FABD is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 250 | 189 | - |
CMYK | 0.23 | 0 | 0.24 | 0.02 |
HSL | 117.05º | 0.86% | 0.86% | - |
HSV(B) | 117.05º | 0.24% | 0.98% | - |
XYZ | 65.11 | 83.25 | 60.78 | - |
YUV | 225.7 | 107.28 | 103.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 250 | 189 | 0.23 | 0 | 0.24 | 0.02 | 117.05 | 0.86 | 0.86 |
Hex | C0 | FA | BD | 17 | 0 | 18 | 2 | 75 | 56 | 56 |
Octal | 300 | 372 | 275 | 27 | 0 | 30 | 2 | 165 | 126 | 126 |
Binary | 11000000 | 11111010 | 10111101 | 10111 | 0 | 11000 | 10 | 1110101 | 1010110 | 1010110 |
Color Harmonies of #C0FABD
Complementary color
Monochromatic Colors of #C0FABD
Black with #C0FABD
Text Example
Text Example
White with #C0FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FABD; }
p { color: rgb(192,250,189); }
H1.HeaderClassName
{
color: #C0FABD;
}
.AnyTagClassName
{
color: #C0FABD;
}
</style>
background-color css
<style>
a { background-color: #C0FABD; }
a { background-color: rgb(192,250,189); }
div.DivClassName
{
background-color: #C0FABD;
}
.BgClassName
{
background-color: #C0FABD;
}
</style>
border-color css
<style>
span { border-color: #C0FABD; }
span { border-color: rgb(192,250,189); }
td.TdClassName
{
border-color: #C0FABD;
}
.TagClassName
{
border-color: #C0FABD;
}
</style>