Shades of Tea Green #CBEEBD
Tints of Tea Green #CBEEBD
RGB
CMYK
RGB Variations
Color information
#CBEEBD (or 0xCBEEBD) is known color: Tea Green. HEX triplet: CB, EE and BD. RGB value is (203,238,189). Sum of RGB (Red+Green+Blue) = 203+238+189=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEBD is #341142. Grayscale: #DEDEDE. Windows color (decimal): -3412291 or 12447435. OLE color: 12447435.
HSL color Cylindrical-coordinate representation of color #CBEEBD: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBEEBD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 189 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.07 |
| HSL | 102.86º | 0.59% | 0.84% | - |
| HSV(B) | 102.86º | 0.21% | 0.93% | - |
| XYZ | 64.39 | 77.52 | 59.71 | - |
| YUV | 221.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 189 | 0.15 | 0 | 0.21 | 0.07 | 102.86 | 0.59 | 0.84 |
| Hex | CB | EE | BD | F | 0 | 15 | 7 | 67 | 3B | 54 |
| Octal | 313 | 356 | 275 | 17 | 0 | 25 | 7 | 147 | 73 | 124 |
| Binary | 11001011 | 11101110 | 10111101 | 1111 | 0 | 10101 | 111 | 1100111 | 111011 | 1010100 |
Color Harmonies of #CBEEBD
Complementary color
Monochromatic Colors of #CBEEBD
Black with #CBEEBD
Text Example
Text Example
White with #CBEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEBD; }
p { color: rgb(203,238,189); }
H1.HeaderClassName
{
color: #CBEEBD;
}
.AnyTagClassName
{
color: #CBEEBD;
}
</style>
background-color css
<style>
a { background-color: #CBEEBD; }
a { background-color: rgb(203,238,189); }
div.DivClassName
{
background-color: #CBEEBD;
}
.BgClassName
{
background-color: #CBEEBD;
}
</style>
border-color css
<style>
span { border-color: #CBEEBD; }
span { border-color: rgb(203,238,189); }
td.TdClassName
{
border-color: #CBEEBD;
}
.TagClassName
{
border-color: #CBEEBD;
}
</style>