Shades of Tea Green #C8FABE
Tints of Tea Green #C8FABE
RGB
CMYK
RGB Variations
Color information
#C8FABE (or 0xC8FABE) is known color: Tea Green. HEX triplet: C8, FA and BE. RGB value is (200,250,190). Sum of RGB (Red+Green+Blue) = 200+250+190=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABE is #370541. Grayscale: #E4E4E4. Windows color (decimal): -3605826 or 12516040. OLE color: 12516040.
HSL color Cylindrical-coordinate representation of color #C8FABE: hue angle of 110º 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 #C8FABE is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 190 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.02 |
| HSL | 110º | 0.86% | 0.86% | - |
| HSV(B) | 110º | 0.24% | 0.98% | - |
| XYZ | 67.3 | 84.37 | 61.45 | - |
| YUV | 228.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 190 | 0.2 | 0 | 0.24 | 0.02 | 110 | 0.86 | 0.86 |
| Hex | C8 | FA | BE | 14 | 0 | 18 | 2 | 6E | 56 | 56 |
| Octal | 310 | 372 | 276 | 24 | 0 | 30 | 2 | 156 | 126 | 126 |
| Binary | 11001000 | 11111010 | 10111110 | 10100 | 0 | 11000 | 10 | 1101110 | 1010110 | 1010110 |
Color Harmonies of #C8FABE
Complementary color
Monochromatic Colors of #C8FABE
Black with #C8FABE
Text Example
Text Example
White with #C8FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FABE; }
p { color: rgb(200,250,190); }
H1.HeaderClassName
{
color: #C8FABE;
}
.AnyTagClassName
{
color: #C8FABE;
}
</style>
background-color css
<style>
a { background-color: #C8FABE; }
a { background-color: rgb(200,250,190); }
div.DivClassName
{
background-color: #C8FABE;
}
.BgClassName
{
background-color: #C8FABE;
}
</style>
border-color css
<style>
span { border-color: #C8FABE; }
span { border-color: rgb(200,250,190); }
td.TdClassName
{
border-color: #C8FABE;
}
.TagClassName
{
border-color: #C8FABE;
}
</style>