Shades of Tea Green #C8F8BB
Tints of Tea Green #C8F8BB
RGB
CMYK
RGB Variations
Color information
#C8F8BB (or 0xC8F8BB) is known color: Tea Green. HEX triplet: C8, F8 and BB. RGB value is (200,248,187). Sum of RGB (Red+Green+Blue) = 200+248+187=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8BB is #370744. Grayscale: #E2E2E2. Windows color (decimal): -3606341 or 12318920. OLE color: 12318920.
HSL color Cylindrical-coordinate representation of color #C8F8BB: hue angle of 107.21º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8F8BB is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 187 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.03 |
| HSL | 107.21º | 0.81% | 0.85% | - |
| HSV(B) | 107.21º | 0.25% | 0.97% | - |
| XYZ | 66.36 | 83 | 59.54 | - |
| YUV | 226.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 187 | 0.19 | 0 | 0.25 | 0.03 | 107.21 | 0.81 | 0.85 |
| Hex | C8 | F8 | BB | 13 | 0 | 19 | 3 | 6B | 51 | 55 |
| Octal | 310 | 370 | 273 | 23 | 0 | 31 | 3 | 153 | 121 | 125 |
| Binary | 11001000 | 11111000 | 10111011 | 10011 | 0 | 11001 | 11 | 1101011 | 1010001 | 1010101 |
Color Harmonies of #C8F8BB
Complementary color
Monochromatic Colors of #C8F8BB
Black with #C8F8BB
Text Example
Text Example
White with #C8F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8BB; }
p { color: rgb(200,248,187); }
H1.HeaderClassName
{
color: #C8F8BB;
}
.AnyTagClassName
{
color: #C8F8BB;
}
</style>
background-color css
<style>
a { background-color: #C8F8BB; }
a { background-color: rgb(200,248,187); }
div.DivClassName
{
background-color: #C8F8BB;
}
.BgClassName
{
background-color: #C8F8BB;
}
</style>
border-color css
<style>
span { border-color: #C8F8BB; }
span { border-color: rgb(200,248,187); }
td.TdClassName
{
border-color: #C8F8BB;
}
.TagClassName
{
border-color: #C8F8BB;
}
</style>