Shades of Tea Green #CBEABA
Tints of Tea Green #CBEABA
RGB
CMYK
RGB Variations
Color information
#CBEABA (or 0xCBEABA) is known color: Tea Green. HEX triplet: CB, EA and BA. RGB value is (203,234,186). Sum of RGB (Red+Green+Blue) = 203+234+186=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEABA is #341545. Grayscale: #DBDBDB. Windows color (decimal): -3413318 or 12249803. OLE color: 12249803.
HSL color Cylindrical-coordinate representation of color #CBEABA: hue angle of 98.75º degrees, saturation: 0.53, 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 #CBEABA is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 186 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.08 |
| HSL | 98.75º | 0.53% | 0.82% | - |
| HSV(B) | 98.75º | 0.21% | 0.92% | - |
| XYZ | 62.91 | 75.09 | 57.63 | - |
| YUV | 219.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 186 | 0.13 | 0 | 0.21 | 0.08 | 98.75 | 0.53 | 0.82 |
| Hex | CB | EA | BA | D | 0 | 15 | 8 | 63 | 35 | 52 |
| Octal | 313 | 352 | 272 | 15 | 0 | 25 | 10 | 143 | 65 | 122 |
| Binary | 11001011 | 11101010 | 10111010 | 1101 | 0 | 10101 | 1000 | 1100011 | 110101 | 1010010 |
Color Harmonies of #CBEABA
Complementary color
Monochromatic Colors of #CBEABA
Black with #CBEABA
Text Example
Text Example
White with #CBEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEABA; }
p { color: rgb(203,234,186); }
H1.HeaderClassName
{
color: #CBEABA;
}
.AnyTagClassName
{
color: #CBEABA;
}
</style>
background-color css
<style>
a { background-color: #CBEABA; }
a { background-color: rgb(203,234,186); }
div.DivClassName
{
background-color: #CBEABA;
}
.BgClassName
{
background-color: #CBEABA;
}
</style>
border-color css
<style>
span { border-color: #CBEABA; }
span { border-color: rgb(203,234,186); }
td.TdClassName
{
border-color: #CBEABA;
}
.TagClassName
{
border-color: #CBEABA;
}
</style>