Shades of Tea Green #CBEAB2
Tints of Tea Green #CBEAB2
RGB
CMYK
RGB Variations
Color information
#CBEAB2 (or 0xCBEAB2) is known color: Tea Green. HEX triplet: CB, EA and B2. RGB value is (203,234,178). Sum of RGB (Red+Green+Blue) = 203+234+178=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAB2 is #34154D. Grayscale: #DADADA. Windows color (decimal): -3413326 or 11725515. OLE color: 11725515.
HSL color Cylindrical-coordinate representation of color #CBEAB2: hue angle of 93.21º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBEAB2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
RGB | 203 | 234 | 178 | - |
CMYK | 0.13 | 0 | 0.24 | 0.08 |
HSL | 93.21º | 0.57% | 0.81% | - |
HSV(B) | 93.21º | 0.24% | 0.92% | - |
XYZ | 62.09 | 74.76 | 53.28 | - |
YUV | 218.35 | 105.23 | 117.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 234 | 178 | 0.13 | 0 | 0.24 | 0.08 | 93.21 | 0.57 | 0.81 |
Hex | CB | EA | B2 | D | 0 | 18 | 8 | 5D | 39 | 51 |
Octal | 313 | 352 | 262 | 15 | 0 | 30 | 10 | 135 | 71 | 121 |
Binary | 11001011 | 11101010 | 10110010 | 1101 | 0 | 11000 | 1000 | 1011101 | 111001 | 1010001 |
Color Harmonies of #CBEAB2
Complementary color
Monochromatic Colors of #CBEAB2
Black with #CBEAB2
Text Example
Text Example
White with #CBEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAB2; }
p { color: rgb(203,234,178); }
H1.HeaderClassName
{
color: #CBEAB2;
}
.AnyTagClassName
{
color: #CBEAB2;
}
</style>
background-color css
<style>
a { background-color: #CBEAB2; }
a { background-color: rgb(203,234,178); }
div.DivClassName
{
background-color: #CBEAB2;
}
.BgClassName
{
background-color: #CBEAB2;
}
</style>
border-color css
<style>
span { border-color: #CBEAB2; }
span { border-color: rgb(203,234,178); }
td.TdClassName
{
border-color: #CBEAB2;
}
.TagClassName
{
border-color: #CBEAB2;
}
</style>