Shades of Tea Green #C0FFBB
Tints of Tea Green #C0FFBB
RGB
CMYK
RGB Variations
Color information
#C0FFBB (or 0xC0FFBB) is known color: Tea Green. HEX triplet: C0, FF and BB. RGB value is (192,255,187). Sum of RGB (Red+Green+Blue) = 192+255+187=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBB is #3F0044. Grayscale: #E4E4E4. Windows color (decimal): -4128837 or 12320704. OLE color: 12320704.
HSL color Cylindrical-coordinate representation of color #C0FFBB: hue angle of 115.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0FFBB is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 187 | - |
| CMYK | 0.25 | 0 | 0.27 | 0 |
| HSL | 115.59º | 1% | 0.87% | - |
| HSV(B) | 115.59º | 0.27% | 1% | - |
| XYZ | 66.47 | 86.31 | 60.17 | - |
| YUV | 228.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 187 | 0.25 | 0 | 0.27 | 0 | 115.59 | 1 | 0.87 |
| Hex | C0 | FF | BB | 19 | 0 | 1B | 0 | 74 | 64 | 57 |
| Octal | 300 | 377 | 273 | 31 | 0 | 33 | 0 | 164 | 144 | 127 |
| Binary | 11000000 | 11111111 | 10111011 | 11001 | 0 | 11011 | 0 | 1110100 | 1100100 | 1010111 |
Color Harmonies of #C0FFBB
Complementary color
Monochromatic Colors of #C0FFBB
Black with #C0FFBB
Text Example
Text Example
White with #C0FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFBB; }
p { color: rgb(192,255,187); }
H1.HeaderClassName
{
color: #C0FFBB;
}
.AnyTagClassName
{
color: #C0FFBB;
}
</style>
background-color css
<style>
a { background-color: #C0FFBB; }
a { background-color: rgb(192,255,187); }
div.DivClassName
{
background-color: #C0FFBB;
}
.BgClassName
{
background-color: #C0FFBB;
}
</style>
border-color css
<style>
span { border-color: #C0FFBB; }
span { border-color: rgb(192,255,187); }
td.TdClassName
{
border-color: #C0FFBB;
}
.TagClassName
{
border-color: #C0FFBB;
}
</style>