Shades of Tea Green #CBEABF
Tints of Tea Green #CBEABF
RGB
CMYK
RGB Variations
Color information
#CBEABF (or 0xCBEABF) is known color: Tea Green. HEX triplet: CB, EA and BF. RGB value is (203,234,191). Sum of RGB (Red+Green+Blue) = 203+234+191=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEABF is #341540. Grayscale: #DBDBDB. Windows color (decimal): -3413313 or 12577483. OLE color: 12577483.
HSL color Cylindrical-coordinate representation of color #CBEABF: hue angle of 103.26º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEABF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 191 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.08 |
| HSL | 103.26º | 0.51% | 0.83% | - |
| HSV(B) | 103.26º | 0.18% | 0.92% | - |
| XYZ | 63.46 | 75.3 | 60.48 | - |
| YUV | 219.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 191 | 0.13 | 0 | 0.18 | 0.08 | 103.26 | 0.51 | 0.83 |
| Hex | CB | EA | BF | D | 0 | 12 | 8 | 67 | 33 | 53 |
| Octal | 313 | 352 | 277 | 15 | 0 | 22 | 10 | 147 | 63 | 123 |
| Binary | 11001011 | 11101010 | 10111111 | 1101 | 0 | 10010 | 1000 | 1100111 | 110011 | 1010011 |
Color Harmonies of #CBEABF
Complementary color
Monochromatic Colors of #CBEABF
Black with #CBEABF
Text Example
Text Example
White with #CBEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEABF; }
p { color: rgb(203,234,191); }
H1.HeaderClassName
{
color: #CBEABF;
}
.AnyTagClassName
{
color: #CBEABF;
}
</style>
background-color css
<style>
a { background-color: #CBEABF; }
a { background-color: rgb(203,234,191); }
div.DivClassName
{
background-color: #CBEABF;
}
.BgClassName
{
background-color: #CBEABF;
}
</style>
border-color css
<style>
span { border-color: #CBEABF; }
span { border-color: rgb(203,234,191); }
td.TdClassName
{
border-color: #CBEABF;
}
.TagClassName
{
border-color: #CBEABF;
}
</style>