Shades of Tea Green #C0FBBB
Tints of Tea Green #C0FBBB
RGB
CMYK
RGB Variations
Color information
#C0FBBB (or 0xC0FBBB) is known color: Tea Green. HEX triplet: C0, FB and BB. RGB value is (192,251,187). Sum of RGB (Red+Green+Blue) = 192+251+187=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBBB is #3F0444. Grayscale: #E2E2E2. Windows color (decimal): -4129861 or 12319680. OLE color: 12319680.
HSL color Cylindrical-coordinate representation of color #C0FBBB: hue angle of 115.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FBBB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 187 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.02 |
| HSL | 115.31º | 0.89% | 0.86% | - |
| HSV(B) | 115.31º | 0.25% | 0.98% | - |
| XYZ | 65.21 | 83.79 | 59.75 | - |
| YUV | 226.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 187 | 0.24 | 0 | 0.25 | 0.02 | 115.31 | 0.89 | 0.86 |
| Hex | C0 | FB | BB | 18 | 0 | 19 | 2 | 73 | 59 | 56 |
| Octal | 300 | 373 | 273 | 30 | 0 | 31 | 2 | 163 | 131 | 126 |
| Binary | 11000000 | 11111011 | 10111011 | 11000 | 0 | 11001 | 10 | 1110011 | 1011001 | 1010110 |
Color Harmonies of #C0FBBB
Complementary color
Monochromatic Colors of #C0FBBB
Black with #C0FBBB
Text Example
Text Example
White with #C0FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBBB; }
p { color: rgb(192,251,187); }
H1.HeaderClassName
{
color: #C0FBBB;
}
.AnyTagClassName
{
color: #C0FBBB;
}
</style>
background-color css
<style>
a { background-color: #C0FBBB; }
a { background-color: rgb(192,251,187); }
div.DivClassName
{
background-color: #C0FBBB;
}
.BgClassName
{
background-color: #C0FBBB;
}
</style>
border-color css
<style>
span { border-color: #C0FBBB; }
span { border-color: rgb(192,251,187); }
td.TdClassName
{
border-color: #C0FBBB;
}
.TagClassName
{
border-color: #C0FBBB;
}
</style>