Shades of Tea Green #CBEEB0
Tints of Tea Green #CBEEB0
RGB
CMYK
RGB Variations
Color information
#CBEEB0 (or 0xCBEEB0) is known color: Tea Green. HEX triplet: CB, EE and B0. RGB value is (203,238,176). Sum of RGB (Red+Green+Blue) = 203+238+176=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEB0 is #34114F. Grayscale: #DCDCDC. Windows color (decimal): -3412304 or 11595467. OLE color: 11595467.
HSL color Cylindrical-coordinate representation of color #CBEEB0: hue angle of 93.87º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEEB0 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 176 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.07 |
| HSL | 93.87º | 0.65% | 0.81% | - |
| HSV(B) | 93.87º | 0.26% | 0.93% | - |
| XYZ | 63.04 | 76.98 | 52.61 | - |
| YUV | 220.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 176 | 0.15 | 0 | 0.26 | 0.07 | 93.87 | 0.65 | 0.81 |
| Hex | CB | EE | B0 | F | 0 | 1A | 7 | 5E | 41 | 51 |
| Octal | 313 | 356 | 260 | 17 | 0 | 32 | 7 | 136 | 101 | 121 |
| Binary | 11001011 | 11101110 | 10110000 | 1111 | 0 | 11010 | 111 | 1011110 | 1000001 | 1010001 |
Color Harmonies of #CBEEB0
Complementary color
Monochromatic Colors of #CBEEB0
Black with #CBEEB0
Text Example
Text Example
White with #CBEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEB0; }
p { color: rgb(203,238,176); }
H1.HeaderClassName
{
color: #CBEEB0;
}
.AnyTagClassName
{
color: #CBEEB0;
}
</style>
background-color css
<style>
a { background-color: #CBEEB0; }
a { background-color: rgb(203,238,176); }
div.DivClassName
{
background-color: #CBEEB0;
}
.BgClassName
{
background-color: #CBEEB0;
}
</style>
border-color css
<style>
span { border-color: #CBEEB0; }
span { border-color: rgb(203,238,176); }
td.TdClassName
{
border-color: #CBEEB0;
}
.TagClassName
{
border-color: #CBEEB0;
}
</style>