Shades of Tea Green #CBEABC
Tints of Tea Green #CBEABC
RGB
CMYK
RGB Variations
Color information
#CBEABC (or 0xCBEABC) is known color: Tea Green. HEX triplet: CB, EA and BC. RGB value is (203,234,188). Sum of RGB (Red+Green+Blue) = 203+234+188=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEABC is #341543. Grayscale: #DBDBDB. Windows color (decimal): -3413316 or 12380875. OLE color: 12380875.
HSL color Cylindrical-coordinate representation of color #CBEABC: hue angle of 100.43º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEABC is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 188 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.08 |
| HSL | 100.43º | 0.52% | 0.83% | - |
| HSV(B) | 100.43º | 0.2% | 0.92% | - |
| XYZ | 63.13 | 75.17 | 58.76 | - |
| YUV | 219.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 188 | 0.13 | 0 | 0.20 | 0.08 | 100.43 | 0.52 | 0.83 |
| Hex | CB | EA | BC | D | 0 | 14 | 8 | 64 | 34 | 53 |
| Octal | 313 | 352 | 274 | 15 | 0 | 24 | 10 | 144 | 64 | 123 |
| Binary | 11001011 | 11101010 | 10111100 | 1101 | 0 | 10100 | 1000 | 1100100 | 110100 | 1010011 |
Color Harmonies of #CBEABC
Complementary color
Monochromatic Colors of #CBEABC
Black with #CBEABC
Text Example
Text Example
White with #CBEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEABC; }
p { color: rgb(203,234,188); }
H1.HeaderClassName
{
color: #CBEABC;
}
.AnyTagClassName
{
color: #CBEABC;
}
</style>
background-color css
<style>
a { background-color: #CBEABC; }
a { background-color: rgb(203,234,188); }
div.DivClassName
{
background-color: #CBEABC;
}
.BgClassName
{
background-color: #CBEABC;
}
</style>
border-color css
<style>
span { border-color: #CBEABC; }
span { border-color: rgb(203,234,188); }
td.TdClassName
{
border-color: #CBEABC;
}
.TagClassName
{
border-color: #CBEABC;
}
</style>