Shades of Tea Green #CBEAC3
Tints of Tea Green #CBEAC3
RGB
CMYK
RGB Variations
Color information
#CBEAC3 (or 0xCBEAC3) is known color: Tea Green. HEX triplet: CB, EA and C3. RGB value is (203,234,195). Sum of RGB (Red+Green+Blue) = 203+234+195=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC3 is #34153C. Grayscale: #DCDCDC. Windows color (decimal): -3413309 or 12839627. OLE color: 12839627.
HSL color Cylindrical-coordinate representation of color #CBEAC3: hue angle of 107.69º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEAC3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 195 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.08 |
| HSL | 107.69º | 0.48% | 0.84% | - |
| HSV(B) | 107.69º | 0.17% | 0.92% | - |
| XYZ | 63.9 | 75.48 | 62.83 | - |
| YUV | 220.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 195 | 0.13 | 0 | 0.17 | 0.08 | 107.69 | 0.48 | 0.84 |
| Hex | CB | EA | C3 | D | 0 | 11 | 8 | 6C | 30 | 54 |
| Octal | 313 | 352 | 303 | 15 | 0 | 21 | 10 | 154 | 60 | 124 |
| Binary | 11001011 | 11101010 | 11000011 | 1101 | 0 | 10001 | 1000 | 1101100 | 110000 | 1010100 |
Color Harmonies of #CBEAC3
Complementary color
Monochromatic Colors of #CBEAC3
Black with #CBEAC3
Text Example
Text Example
White with #CBEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAC3; }
p { color: rgb(203,234,195); }
H1.HeaderClassName
{
color: #CBEAC3;
}
.AnyTagClassName
{
color: #CBEAC3;
}
</style>
background-color css
<style>
a { background-color: #CBEAC3; }
a { background-color: rgb(203,234,195); }
div.DivClassName
{
background-color: #CBEAC3;
}
.BgClassName
{
background-color: #CBEAC3;
}
</style>
border-color css
<style>
span { border-color: #CBEAC3; }
span { border-color: rgb(203,234,195); }
td.TdClassName
{
border-color: #CBEAC3;
}
.TagClassName
{
border-color: #CBEAC3;
}
</style>