Shades of Tea Green #C0FCBD
Tints of Tea Green #C0FCBD
RGB
CMYK
RGB Variations
Color information
#C0FCBD (or 0xC0FCBD) is known color: Tea Green. HEX triplet: C0, FC and BD. RGB value is (192,252,189). Sum of RGB (Red+Green+Blue) = 192+252+189=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCBD is #3F0342. Grayscale: #E3E3E3. Windows color (decimal): -4129603 or 12451008. OLE color: 12451008.
HSL color Cylindrical-coordinate representation of color #C0FCBD: hue angle of 117.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FCBD is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 189 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.01 |
| HSL | 117.14º | 0.91% | 0.86% | - |
| HSV(B) | 117.14º | 0.25% | 0.99% | - |
| XYZ | 65.73 | 84.5 | 60.99 | - |
| YUV | 226.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 189 | 0.24 | 0 | 0.25 | 0.01 | 117.14 | 0.91 | 0.86 |
| Hex | C0 | FC | BD | 18 | 0 | 19 | 1 | 75 | 5B | 56 |
| Octal | 300 | 374 | 275 | 30 | 0 | 31 | 1 | 165 | 133 | 126 |
| Binary | 11000000 | 11111100 | 10111101 | 11000 | 0 | 11001 | 1 | 1110101 | 1011011 | 1010110 |
Color Harmonies of #C0FCBD
Complementary color
Monochromatic Colors of #C0FCBD
Black with #C0FCBD
Text Example
Text Example
White with #C0FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCBD; }
p { color: rgb(192,252,189); }
H1.HeaderClassName
{
color: #C0FCBD;
}
.AnyTagClassName
{
color: #C0FCBD;
}
</style>
background-color css
<style>
a { background-color: #C0FCBD; }
a { background-color: rgb(192,252,189); }
div.DivClassName
{
background-color: #C0FCBD;
}
.BgClassName
{
background-color: #C0FCBD;
}
</style>
border-color css
<style>
span { border-color: #C0FCBD; }
span { border-color: rgb(192,252,189); }
td.TdClassName
{
border-color: #C0FCBD;
}
.TagClassName
{
border-color: #C0FCBD;
}
</style>