Shades of Tea Green #C9FFB5
Tints of Tea Green #C9FFB5
RGB
CMYK
RGB Variations
Color information
#C9FFB5 (or 0xC9FFB5) is known color: Tea Green. HEX triplet: C9, FF and B5. RGB value is (201,255,181). Sum of RGB (Red+Green+Blue) = 201+255+181=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFB5 is #36004A. Grayscale: #E6E6E6. Windows color (decimal): -3539019 or 11927497. OLE color: 11927497.
HSL color Cylindrical-coordinate representation of color #C9FFB5: hue angle of 103.78º 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 #C9FFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 181 | - |
| CMYK | 0.21 | 0 | 0.29 | 0 |
| HSL | 103.78º | 1% | 0.85% | - |
| HSV(B) | 103.78º | 0.29% | 1% | - |
| XYZ | 68.19 | 87.27 | 56.97 | - |
| YUV | 230.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 181 | 0.21 | 0 | 0.29 | 0 | 103.78 | 1 | 0.85 |
| Hex | C9 | FF | B5 | 15 | 0 | 1D | 0 | 68 | 64 | 55 |
| Octal | 311 | 377 | 265 | 25 | 0 | 35 | 0 | 150 | 144 | 125 |
| Binary | 11001001 | 11111111 | 10110101 | 10101 | 0 | 11101 | 0 | 1101000 | 1100100 | 1010101 |
Color Harmonies of #C9FFB5
Complementary color
Monochromatic Colors of #C9FFB5
Black with #C9FFB5
Text Example
Text Example
White with #C9FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFB5; }
p { color: rgb(201,255,181); }
H1.HeaderClassName
{
color: #C9FFB5;
}
.AnyTagClassName
{
color: #C9FFB5;
}
</style>
background-color css
<style>
a { background-color: #C9FFB5; }
a { background-color: rgb(201,255,181); }
div.DivClassName
{
background-color: #C9FFB5;
}
.BgClassName
{
background-color: #C9FFB5;
}
</style>
border-color css
<style>
span { border-color: #C9FFB5; }
span { border-color: rgb(201,255,181); }
td.TdClassName
{
border-color: #C9FFB5;
}
.TagClassName
{
border-color: #C9FFB5;
}
</style>