Shades of Tea Green #C8F0BD
Tints of Tea Green #C8F0BD
RGB
CMYK
RGB Variations
Color information
#C8F0BD (or 0xC8F0BD) is known color: Tea Green. HEX triplet: C8, F0 and BD. RGB value is (200,240,189). Sum of RGB (Red+Green+Blue) = 200+240+189=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0BD is #370F42. Grayscale: #DEDEDE. Windows color (decimal): -3608387 or 12447944. OLE color: 12447944.
HSL color Cylindrical-coordinate representation of color #C8F0BD: hue angle of 107.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F0BD is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 189 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.06 |
| HSL | 107.06º | 0.63% | 0.84% | - |
| HSV(B) | 107.06º | 0.21% | 0.94% | - |
| XYZ | 64.16 | 78.27 | 59.87 | - |
| YUV | 222.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 189 | 0.17 | 0 | 0.21 | 0.06 | 107.06 | 0.63 | 0.84 |
| Hex | C8 | F0 | BD | 11 | 0 | 15 | 6 | 6B | 3F | 54 |
| Octal | 310 | 360 | 275 | 21 | 0 | 25 | 6 | 153 | 77 | 124 |
| Binary | 11001000 | 11110000 | 10111101 | 10001 | 0 | 10101 | 110 | 1101011 | 111111 | 1010100 |
Color Harmonies of #C8F0BD
Complementary color
Monochromatic Colors of #C8F0BD
Black with #C8F0BD
Text Example
Text Example
White with #C8F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0BD; }
p { color: rgb(200,240,189); }
H1.HeaderClassName
{
color: #C8F0BD;
}
.AnyTagClassName
{
color: #C8F0BD;
}
</style>
background-color css
<style>
a { background-color: #C8F0BD; }
a { background-color: rgb(200,240,189); }
div.DivClassName
{
background-color: #C8F0BD;
}
.BgClassName
{
background-color: #C8F0BD;
}
</style>
border-color css
<style>
span { border-color: #C8F0BD; }
span { border-color: rgb(200,240,189); }
td.TdClassName
{
border-color: #C8F0BD;
}
.TagClassName
{
border-color: #C8F0BD;
}
</style>