Shades of Tea Green #C8F2BD
Tints of Tea Green #C8F2BD
RGB
CMYK
RGB Variations
Color information
#C8F2BD (or 0xC8F2BD) is known color: Tea Green. HEX triplet: C8, F2 and BD. RGB value is (200,242,189). Sum of RGB (Red+Green+Blue) = 200+242+189=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BD is #370D42. Grayscale: #DFDFDF. Windows color (decimal): -3607875 or 12448456. OLE color: 12448456.
HSL color Cylindrical-coordinate representation of color #C8F2BD: hue angle of 107.55º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8F2BD is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 189 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.05 |
| HSL | 107.55º | 0.67% | 0.85% | - |
| HSV(B) | 107.55º | 0.22% | 0.95% | - |
| XYZ | 64.76 | 79.46 | 60.07 | - |
| YUV | 223.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 189 | 0.17 | 0 | 0.22 | 0.05 | 107.55 | 0.67 | 0.85 |
| Hex | C8 | F2 | BD | 11 | 0 | 16 | 5 | 6C | 43 | 55 |
| Octal | 310 | 362 | 275 | 21 | 0 | 26 | 5 | 154 | 103 | 125 |
| Binary | 11001000 | 11110010 | 10111101 | 10001 | 0 | 10110 | 101 | 1101100 | 1000011 | 1010101 |
Color Harmonies of #C8F2BD
Complementary color
Monochromatic Colors of #C8F2BD
Black with #C8F2BD
Text Example
Text Example
White with #C8F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2BD; }
p { color: rgb(200,242,189); }
H1.HeaderClassName
{
color: #C8F2BD;
}
.AnyTagClassName
{
color: #C8F2BD;
}
</style>
background-color css
<style>
a { background-color: #C8F2BD; }
a { background-color: rgb(200,242,189); }
div.DivClassName
{
background-color: #C8F2BD;
}
.BgClassName
{
background-color: #C8F2BD;
}
</style>
border-color css
<style>
span { border-color: #C8F2BD; }
span { border-color: rgb(200,242,189); }
td.TdClassName
{
border-color: #C8F2BD;
}
.TagClassName
{
border-color: #C8F2BD;
}
</style>