Shades of Tea Green #CBEEBA
Tints of Tea Green #CBEEBA
RGB
CMYK
RGB Variations
Color information
#CBEEBA (or 0xCBEEBA) is known color: Tea Green. HEX triplet: CB, EE and BA. RGB value is (203,238,186). Sum of RGB (Red+Green+Blue) = 203+238+186=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEBA is #341145. Grayscale: #DDDDDD. Windows color (decimal): -3412294 or 12250827. OLE color: 12250827.
HSL color Cylindrical-coordinate representation of color #CBEEBA: hue angle of 100.38º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBEEBA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 186 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.07 |
| HSL | 100.38º | 0.6% | 0.83% | - |
| HSV(B) | 100.38º | 0.22% | 0.93% | - |
| XYZ | 64.07 | 77.39 | 58.02 | - |
| YUV | 221.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 186 | 0.15 | 0 | 0.22 | 0.07 | 100.38 | 0.6 | 0.83 |
| Hex | CB | EE | BA | F | 0 | 16 | 7 | 64 | 3C | 53 |
| Octal | 313 | 356 | 272 | 17 | 0 | 26 | 7 | 144 | 74 | 123 |
| Binary | 11001011 | 11101110 | 10111010 | 1111 | 0 | 10110 | 111 | 1100100 | 111100 | 1010011 |
Color Harmonies of #CBEEBA
Complementary color
Monochromatic Colors of #CBEEBA
Black with #CBEEBA
Text Example
Text Example
White with #CBEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEBA; }
p { color: rgb(203,238,186); }
H1.HeaderClassName
{
color: #CBEEBA;
}
.AnyTagClassName
{
color: #CBEEBA;
}
</style>
background-color css
<style>
a { background-color: #CBEEBA; }
a { background-color: rgb(203,238,186); }
div.DivClassName
{
background-color: #CBEEBA;
}
.BgClassName
{
background-color: #CBEEBA;
}
</style>
border-color css
<style>
span { border-color: #CBEEBA; }
span { border-color: rgb(203,238,186); }
td.TdClassName
{
border-color: #CBEEBA;
}
.TagClassName
{
border-color: #CBEEBA;
}
</style>