Shades of Tea Green #C8FABC
Tints of Tea Green #C8FABC
RGB
CMYK
RGB Variations
Color information
#C8FABC (or 0xC8FABC) is known color: Tea Green. HEX triplet: C8, FA and BC. RGB value is (200,250,188). Sum of RGB (Red+Green+Blue) = 200+250+188=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABC is #370543. Grayscale: #E4E4E4. Windows color (decimal): -3605828 or 12384968. OLE color: 12384968.
HSL color Cylindrical-coordinate representation of color #C8FABC: hue angle of 108.39º degrees, saturation: 0.86, 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 #C8FABC is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 188 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.02 |
| HSL | 108.39º | 0.86% | 0.86% | - |
| HSV(B) | 108.39º | 0.25% | 0.98% | - |
| XYZ | 67.08 | 84.28 | 60.31 | - |
| YUV | 227.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 188 | 0.2 | 0 | 0.25 | 0.02 | 108.39 | 0.86 | 0.86 |
| Hex | C8 | FA | BC | 14 | 0 | 19 | 2 | 6C | 56 | 56 |
| Octal | 310 | 372 | 274 | 24 | 0 | 31 | 2 | 154 | 126 | 126 |
| Binary | 11001000 | 11111010 | 10111100 | 10100 | 0 | 11001 | 10 | 1101100 | 1010110 | 1010110 |
Color Harmonies of #C8FABC
Complementary color
Monochromatic Colors of #C8FABC
Black with #C8FABC
Text Example
Text Example
White with #C8FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FABC; }
p { color: rgb(200,250,188); }
H1.HeaderClassName
{
color: #C8FABC;
}
.AnyTagClassName
{
color: #C8FABC;
}
</style>
background-color css
<style>
a { background-color: #C8FABC; }
a { background-color: rgb(200,250,188); }
div.DivClassName
{
background-color: #C8FABC;
}
.BgClassName
{
background-color: #C8FABC;
}
</style>
border-color css
<style>
span { border-color: #C8FABC; }
span { border-color: rgb(200,250,188); }
td.TdClassName
{
border-color: #C8FABC;
}
.TagClassName
{
border-color: #C8FABC;
}
</style>