Shades of Tea Green #CBEDBD
Tints of Tea Green #CBEDBD
RGB
CMYK
RGB Variations
Color information
#CBEDBD (or 0xCBEDBD) is known color: Tea Green. HEX triplet: CB, ED and BD. RGB value is (203,237,189). Sum of RGB (Red+Green+Blue) = 203+237+189=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDBD is #341242. Grayscale: #DDDDDD. Windows color (decimal): -3412547 or 12447179. OLE color: 12447179.
HSL color Cylindrical-coordinate representation of color #CBEDBD: hue angle of 102.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEDBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 189 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.07 |
| HSL | 102.5º | 0.57% | 0.84% | - |
| HSV(B) | 102.5º | 0.2% | 0.93% | - |
| XYZ | 64.1 | 76.94 | 59.62 | - |
| YUV | 221.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 189 | 0.14 | 0 | 0.20 | 0.07 | 102.5 | 0.57 | 0.84 |
| Hex | CB | ED | BD | E | 0 | 14 | 7 | 66 | 39 | 54 |
| Octal | 313 | 355 | 275 | 16 | 0 | 24 | 7 | 146 | 71 | 124 |
| Binary | 11001011 | 11101101 | 10111101 | 1110 | 0 | 10100 | 111 | 1100110 | 111001 | 1010100 |
Color Harmonies of #CBEDBD
Complementary color
Monochromatic Colors of #CBEDBD
Black with #CBEDBD
Text Example
Text Example
White with #CBEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDBD; }
p { color: rgb(203,237,189); }
H1.HeaderClassName
{
color: #CBEDBD;
}
.AnyTagClassName
{
color: #CBEDBD;
}
</style>
background-color css
<style>
a { background-color: #CBEDBD; }
a { background-color: rgb(203,237,189); }
div.DivClassName
{
background-color: #CBEDBD;
}
.BgClassName
{
background-color: #CBEDBD;
}
</style>
border-color css
<style>
span { border-color: #CBEDBD; }
span { border-color: rgb(203,237,189); }
td.TdClassName
{
border-color: #CBEDBD;
}
.TagClassName
{
border-color: #CBEDBD;
}
</style>