Shades of Tea Green #C0FBBE
Tints of Tea Green #C0FBBE
RGB
CMYK
RGB Variations
Color information
#C0FBBE (or 0xC0FBBE) is known color: Tea Green. HEX triplet: C0, FB and BE. RGB value is (192,251,190). Sum of RGB (Red+Green+Blue) = 192+251+190=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBBE is #3F0441. Grayscale: #E2E2E2. Windows color (decimal): -4129858 or 12516288. OLE color: 12516288.
HSL color Cylindrical-coordinate representation of color #C0FBBE: hue angle of 118.03º degrees, saturation: 0.88, 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 #C0FBBE is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 190 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.02 |
| HSL | 118.03º | 0.88% | 0.86% | - |
| HSV(B) | 118.03º | 0.24% | 0.98% | - |
| XYZ | 65.53 | 83.92 | 61.46 | - |
| YUV | 226.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 190 | 0.24 | 0 | 0.24 | 0.02 | 118.03 | 0.88 | 0.86 |
| Hex | C0 | FB | BE | 18 | 0 | 18 | 2 | 76 | 58 | 56 |
| Octal | 300 | 373 | 276 | 30 | 0 | 30 | 2 | 166 | 130 | 126 |
| Binary | 11000000 | 11111011 | 10111110 | 11000 | 0 | 11000 | 10 | 1110110 | 1011000 | 1010110 |
Color Harmonies of #C0FBBE
Complementary color
Monochromatic Colors of #C0FBBE
Black with #C0FBBE
Text Example
Text Example
White with #C0FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBBE; }
p { color: rgb(192,251,190); }
H1.HeaderClassName
{
color: #C0FBBE;
}
.AnyTagClassName
{
color: #C0FBBE;
}
</style>
background-color css
<style>
a { background-color: #C0FBBE; }
a { background-color: rgb(192,251,190); }
div.DivClassName
{
background-color: #C0FBBE;
}
.BgClassName
{
background-color: #C0FBBE;
}
</style>
border-color css
<style>
span { border-color: #C0FBBE; }
span { border-color: rgb(192,251,190); }
td.TdClassName
{
border-color: #C0FBBE;
}
.TagClassName
{
border-color: #C0FBBE;
}
</style>