Shades of Tea Green #C8FFB4
Tints of Tea Green #C8FFB4
RGB
CMYK
RGB Variations
Color information
#C8FFB4 (or 0xC8FFB4) is known color: Tea Green. HEX triplet: C8, FF and B4. RGB value is (200,255,180). Sum of RGB (Red+Green+Blue) = 200+255+180=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFB4 is #37004B. Grayscale: #E6E6E6. Windows color (decimal): -3604556 or 11861960. OLE color: 11861960.
HSL color Cylindrical-coordinate representation of color #C8FFB4: hue angle of 104º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8FFB4 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 180 | - |
| CMYK | 0.22 | 0 | 0.29 | 0 |
| HSL | 104º | 1% | 0.85% | - |
| HSV(B) | 104º | 0.29% | 1% | - |
| XYZ | 67.82 | 87.09 | 56.42 | - |
| YUV | 230.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 180 | 0.22 | 0 | 0.29 | 0 | 104 | 1 | 0.85 |
| Hex | C8 | FF | B4 | 16 | 0 | 1D | 0 | 68 | 64 | 55 |
| Octal | 310 | 377 | 264 | 26 | 0 | 35 | 0 | 150 | 144 | 125 |
| Binary | 11001000 | 11111111 | 10110100 | 10110 | 0 | 11101 | 0 | 1101000 | 1100100 | 1010101 |
Color Harmonies of #C8FFB4
Complementary color
Monochromatic Colors of #C8FFB4
Black with #C8FFB4
Text Example
Text Example
White with #C8FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFB4; }
p { color: rgb(200,255,180); }
H1.HeaderClassName
{
color: #C8FFB4;
}
.AnyTagClassName
{
color: #C8FFB4;
}
</style>
background-color css
<style>
a { background-color: #C8FFB4; }
a { background-color: rgb(200,255,180); }
div.DivClassName
{
background-color: #C8FFB4;
}
.BgClassName
{
background-color: #C8FFB4;
}
</style>
border-color css
<style>
span { border-color: #C8FFB4; }
span { border-color: rgb(200,255,180); }
td.TdClassName
{
border-color: #C8FFB4;
}
.TagClassName
{
border-color: #C8FFB4;
}
</style>