Shades of Tea Green #C8FFAF
Tints of Tea Green #C8FFAF
RGB
CMYK
RGB Variations
Color information
#C8FFAF (or 0xC8FFAF) is known color: Tea Green. HEX triplet: C8, FF and AF. RGB value is (200,255,175). Sum of RGB (Red+Green+Blue) = 200+255+175=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFAF is #370050. Grayscale: #E5E5E5. Windows color (decimal): -3604561 or 11534280. OLE color: 11534280.
HSL color Cylindrical-coordinate representation of color #C8FFAF: hue angle of 101.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8FFAF is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 175 | - |
| CMYK | 0.22 | 0 | 0.31 | 0 |
| HSL | 101.25º | 1% | 0.84% | - |
| HSV(B) | 101.25º | 0.31% | 1% | - |
| XYZ | 67.32 | 86.89 | 53.78 | - |
| YUV | 229.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 175 | 0.22 | 0 | 0.31 | 0 | 101.25 | 1 | 0.84 |
| Hex | C8 | FF | AF | 16 | 0 | 1F | 0 | 65 | 64 | 54 |
| Octal | 310 | 377 | 257 | 26 | 0 | 37 | 0 | 145 | 144 | 124 |
| Binary | 11001000 | 11111111 | 10101111 | 10110 | 0 | 11111 | 0 | 1100101 | 1100100 | 1010100 |
Color Harmonies of #C8FFAF
Complementary color
Monochromatic Colors of #C8FFAF
Black with #C8FFAF
Text Example
Text Example
White with #C8FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFAF; }
p { color: rgb(200,255,175); }
H1.HeaderClassName
{
color: #C8FFAF;
}
.AnyTagClassName
{
color: #C8FFAF;
}
</style>
background-color css
<style>
a { background-color: #C8FFAF; }
a { background-color: rgb(200,255,175); }
div.DivClassName
{
background-color: #C8FFAF;
}
.BgClassName
{
background-color: #C8FFAF;
}
</style>
border-color css
<style>
span { border-color: #C8FFAF; }
span { border-color: rgb(200,255,175); }
td.TdClassName
{
border-color: #C8FFAF;
}
.TagClassName
{
border-color: #C8FFAF;
}
</style>