Shades of Tea Green #C8F0B2
Tints of Tea Green #C8F0B2
RGB
CMYK
RGB Variations
Color information
#C8F0B2 (or 0xC8F0B2) is known color: Tea Green. HEX triplet: C8, F0 and B2. RGB value is (200,240,178). Sum of RGB (Red+Green+Blue) = 200+240+178=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F0B2 is #370F4D. Grayscale: #DDDDDD. Windows color (decimal): -3608398 or 11727048. OLE color: 11727048.
HSL color Cylindrical-coordinate representation of color #C8F0B2: hue angle of 98.71º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8F0B2 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 178 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.06 |
| HSL | 98.71º | 0.67% | 0.82% | - |
| HSV(B) | 98.71º | 0.26% | 0.94% | - |
| XYZ | 63.02 | 77.81 | 53.82 | - |
| YUV | 220.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 178 | 0.17 | 0 | 0.26 | 0.06 | 98.71 | 0.67 | 0.82 |
| Hex | C8 | F0 | B2 | 11 | 0 | 1A | 6 | 63 | 43 | 52 |
| Octal | 310 | 360 | 262 | 21 | 0 | 32 | 6 | 143 | 103 | 122 |
| Binary | 11001000 | 11110000 | 10110010 | 10001 | 0 | 11010 | 110 | 1100011 | 1000011 | 1010010 |
Color Harmonies of #C8F0B2
Complementary color
Monochromatic Colors of #C8F0B2
Black with #C8F0B2
Text Example
Text Example
White with #C8F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0B2; }
p { color: rgb(200,240,178); }
H1.HeaderClassName
{
color: #C8F0B2;
}
.AnyTagClassName
{
color: #C8F0B2;
}
</style>
background-color css
<style>
a { background-color: #C8F0B2; }
a { background-color: rgb(200,240,178); }
div.DivClassName
{
background-color: #C8F0B2;
}
.BgClassName
{
background-color: #C8F0B2;
}
</style>
border-color css
<style>
span { border-color: #C8F0B2; }
span { border-color: rgb(200,240,178); }
td.TdClassName
{
border-color: #C8F0B2;
}
.TagClassName
{
border-color: #C8F0B2;
}
</style>