Shades of Tea Green #C8F8BC
Tints of Tea Green #C8F8BC
RGB
CMYK
RGB Variations
Color information
#C8F8BC (or 0xC8F8BC) is known color: Tea Green. HEX triplet: C8, F8 and BC. RGB value is (200,248,188). Sum of RGB (Red+Green+Blue) = 200+248+188=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8BC is #370743. Grayscale: #E3E3E3. Windows color (decimal): -3606340 or 12384456. OLE color: 12384456.
HSL color Cylindrical-coordinate representation of color #C8F8BC: hue angle of 108º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8F8BC is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 188 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.03 |
| HSL | 108º | 0.81% | 0.85% | - |
| HSV(B) | 108º | 0.24% | 0.97% | - |
| XYZ | 66.46 | 83.05 | 60.1 | - |
| YUV | 226.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 188 | 0.19 | 0 | 0.24 | 0.03 | 108 | 0.81 | 0.85 |
| Hex | C8 | F8 | BC | 13 | 0 | 18 | 3 | 6C | 51 | 55 |
| Octal | 310 | 370 | 274 | 23 | 0 | 30 | 3 | 154 | 121 | 125 |
| Binary | 11001000 | 11111000 | 10111100 | 10011 | 0 | 11000 | 11 | 1101100 | 1010001 | 1010101 |
Color Harmonies of #C8F8BC
Complementary color
Monochromatic Colors of #C8F8BC
Black with #C8F8BC
Text Example
Text Example
White with #C8F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8BC; }
p { color: rgb(200,248,188); }
H1.HeaderClassName
{
color: #C8F8BC;
}
.AnyTagClassName
{
color: #C8F8BC;
}
</style>
background-color css
<style>
a { background-color: #C8F8BC; }
a { background-color: rgb(200,248,188); }
div.DivClassName
{
background-color: #C8F8BC;
}
.BgClassName
{
background-color: #C8F8BC;
}
</style>
border-color css
<style>
span { border-color: #C8F8BC; }
span { border-color: rgb(200,248,188); }
td.TdClassName
{
border-color: #C8F8BC;
}
.TagClassName
{
border-color: #C8F8BC;
}
</style>