Shades of Tea Green #C8F1B0
Tints of Tea Green #C8F1B0
RGB
CMYK
RGB Variations
Color information
#C8F1B0 (or 0xC8F1B0) is known color: Tea Green. HEX triplet: C8, F1 and B0. RGB value is (200,241,176). Sum of RGB (Red+Green+Blue) = 200+241+176=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F1B0 is #370E4F. Grayscale: #DDDDDD. Windows color (decimal): -3608144 or 11596232. OLE color: 11596232.
HSL color Cylindrical-coordinate representation of color #C8F1B0: hue angle of 97.85º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8F1B0 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 176 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.05 |
| HSL | 97.85º | 0.7% | 0.82% | - |
| HSV(B) | 97.85º | 0.27% | 0.95% | - |
| XYZ | 63.11 | 78.32 | 52.87 | - |
| YUV | 221.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 176 | 0.17 | 0 | 0.27 | 0.05 | 97.85 | 0.7 | 0.82 |
| Hex | C8 | F1 | B0 | 11 | 0 | 1B | 5 | 62 | 46 | 52 |
| Octal | 310 | 361 | 260 | 21 | 0 | 33 | 5 | 142 | 106 | 122 |
| Binary | 11001000 | 11110001 | 10110000 | 10001 | 0 | 11011 | 101 | 1100010 | 1000110 | 1010010 |
Color Harmonies of #C8F1B0
Complementary color
Monochromatic Colors of #C8F1B0
Black with #C8F1B0
Text Example
Text Example
White with #C8F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1B0; }
p { color: rgb(200,241,176); }
H1.HeaderClassName
{
color: #C8F1B0;
}
.AnyTagClassName
{
color: #C8F1B0;
}
</style>
background-color css
<style>
a { background-color: #C8F1B0; }
a { background-color: rgb(200,241,176); }
div.DivClassName
{
background-color: #C8F1B0;
}
.BgClassName
{
background-color: #C8F1B0;
}
</style>
border-color css
<style>
span { border-color: #C8F1B0; }
span { border-color: rgb(200,241,176); }
td.TdClassName
{
border-color: #C8F1B0;
}
.TagClassName
{
border-color: #C8F1B0;
}
</style>