Shades of Tea Green #CBEAB9
Tints of Tea Green #CBEAB9
RGB
CMYK
RGB Variations
Color information
#CBEAB9 (or 0xCBEAB9) is known color: Tea Green. HEX triplet: CB, EA and B9. RGB value is (203,234,185). Sum of RGB (Red+Green+Blue) = 203+234+185=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAB9 is #341546. Grayscale: #DBDBDB. Windows color (decimal): -3413319 or 12184267. OLE color: 12184267.
HSL color Cylindrical-coordinate representation of color #CBEAB9: hue angle of 97.96º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBEAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 185 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.08 |
| HSL | 97.96º | 0.54% | 0.82% | - |
| HSV(B) | 97.96º | 0.21% | 0.92% | - |
| XYZ | 62.81 | 75.04 | 57.07 | - |
| YUV | 219.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 185 | 0.13 | 0 | 0.21 | 0.08 | 97.96 | 0.54 | 0.82 |
| Hex | CB | EA | B9 | D | 0 | 15 | 8 | 62 | 36 | 52 |
| Octal | 313 | 352 | 271 | 15 | 0 | 25 | 10 | 142 | 66 | 122 |
| Binary | 11001011 | 11101010 | 10111001 | 1101 | 0 | 10101 | 1000 | 1100010 | 110110 | 1010010 |
Color Harmonies of #CBEAB9
Complementary color
Monochromatic Colors of #CBEAB9
Black with #CBEAB9
Text Example
Text Example
White with #CBEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAB9; }
p { color: rgb(203,234,185); }
H1.HeaderClassName
{
color: #CBEAB9;
}
.AnyTagClassName
{
color: #CBEAB9;
}
</style>
background-color css
<style>
a { background-color: #CBEAB9; }
a { background-color: rgb(203,234,185); }
div.DivClassName
{
background-color: #CBEAB9;
}
.BgClassName
{
background-color: #CBEAB9;
}
</style>
border-color css
<style>
span { border-color: #CBEAB9; }
span { border-color: rgb(203,234,185); }
td.TdClassName
{
border-color: #CBEAB9;
}
.TagClassName
{
border-color: #CBEAB9;
}
</style>