Shades of Tea Green #C9F0BE
Tints of Tea Green #C9F0BE
RGB
CMYK
RGB Variations
Color information
#C9F0BE (or 0xC9F0BE) is known color: Tea Green. HEX triplet: C9, F0 and BE. RGB value is (201,240,190). Sum of RGB (Red+Green+Blue) = 201+240+190=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0BE is #360F41. Grayscale: #DEDEDE. Windows color (decimal): -3542850 or 12513481. OLE color: 12513481.
HSL color Cylindrical-coordinate representation of color #C9F0BE: hue angle of 106.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F0BE is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 240 | 190 | - |
CMYK | 0.16 | 0 | 0.21 | 0.06 |
HSL | 106.8º | 0.63% | 0.84% | - |
HSV(B) | 106.8º | 0.21% | 0.94% | - |
XYZ | 64.54 | 78.46 | 60.46 | - |
YUV | 222.64 | 109.58 | 112.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 240 | 190 | 0.16 | 0 | 0.21 | 0.06 | 106.8 | 0.63 | 0.84 |
Hex | C9 | F0 | BE | 10 | 0 | 15 | 6 | 6B | 3E | 54 |
Octal | 311 | 360 | 276 | 20 | 0 | 25 | 6 | 153 | 76 | 124 |
Binary | 11001001 | 11110000 | 10111110 | 10000 | 0 | 10101 | 110 | 1101011 | 111110 | 1010100 |
Color Harmonies of #C9F0BE
Complementary color
Monochromatic Colors of #C9F0BE
Black with #C9F0BE
Text Example
Text Example
White with #C9F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0BE; }
p { color: rgb(201,240,190); }
H1.HeaderClassName
{
color: #C9F0BE;
}
.AnyTagClassName
{
color: #C9F0BE;
}
</style>
background-color css
<style>
a { background-color: #C9F0BE; }
a { background-color: rgb(201,240,190); }
div.DivClassName
{
background-color: #C9F0BE;
}
.BgClassName
{
background-color: #C9F0BE;
}
</style>
border-color css
<style>
span { border-color: #C9F0BE; }
span { border-color: rgb(201,240,190); }
td.TdClassName
{
border-color: #C9F0BE;
}
.TagClassName
{
border-color: #C9F0BE;
}
</style>