Shades of Tea Green #CBEDBE
Tints of Tea Green #CBEDBE
RGB
CMYK
RGB Variations
Color information
#CBEDBE (or 0xCBEDBE) is known color: Tea Green. HEX triplet: CB, ED and BE. RGB value is (203,237,190). Sum of RGB (Red+Green+Blue) = 203+237+190=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDBE is #341241. Grayscale: #DDDDDD. Windows color (decimal): -3412546 or 12512715. OLE color: 12512715.
HSL color Cylindrical-coordinate representation of color #CBEDBE: hue angle of 103.4º 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 #CBEDBE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 190 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.07 |
| HSL | 103.4º | 0.57% | 0.84% | - |
| HSV(B) | 103.4º | 0.2% | 0.93% | - |
| XYZ | 64.21 | 76.98 | 60.19 | - |
| YUV | 221.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 190 | 0.14 | 0 | 0.20 | 0.07 | 103.4 | 0.57 | 0.84 |
| Hex | CB | ED | BE | E | 0 | 14 | 7 | 67 | 39 | 54 |
| Octal | 313 | 355 | 276 | 16 | 0 | 24 | 7 | 147 | 71 | 124 |
| Binary | 11001011 | 11101101 | 10111110 | 1110 | 0 | 10100 | 111 | 1100111 | 111001 | 1010100 |
Color Harmonies of #CBEDBE
Complementary color
Monochromatic Colors of #CBEDBE
Black with #CBEDBE
Text Example
Text Example
White with #CBEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDBE; }
p { color: rgb(203,237,190); }
H1.HeaderClassName
{
color: #CBEDBE;
}
.AnyTagClassName
{
color: #CBEDBE;
}
</style>
background-color css
<style>
a { background-color: #CBEDBE; }
a { background-color: rgb(203,237,190); }
div.DivClassName
{
background-color: #CBEDBE;
}
.BgClassName
{
background-color: #CBEDBE;
}
</style>
border-color css
<style>
span { border-color: #CBEDBE; }
span { border-color: rgb(203,237,190); }
td.TdClassName
{
border-color: #CBEDBE;
}
.TagClassName
{
border-color: #CBEDBE;
}
</style>