Shades of Tea Green #CBEEC0
Tints of Tea Green #CBEEC0
RGB
CMYK
RGB Variations
Color information
#CBEEC0 (or 0xCBEEC0) is known color: Tea Green. HEX triplet: CB, EE and C0. RGB value is (203,238,192). Sum of RGB (Red+Green+Blue) = 203+238+192=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC0 is #34113F. Grayscale: #DEDEDE. Windows color (decimal): -3412288 or 12644043. OLE color: 12644043.
HSL color Cylindrical-coordinate representation of color #CBEEC0: hue angle of 105.65º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEEC0 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 192 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.07 |
| HSL | 105.65º | 0.58% | 0.84% | - |
| HSV(B) | 105.65º | 0.19% | 0.93% | - |
| XYZ | 64.72 | 77.65 | 61.45 | - |
| YUV | 222.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 192 | 0.15 | 0 | 0.19 | 0.07 | 105.65 | 0.58 | 0.84 |
| Hex | CB | EE | C0 | F | 0 | 13 | 7 | 6A | 3A | 54 |
| Octal | 313 | 356 | 300 | 17 | 0 | 23 | 7 | 152 | 72 | 124 |
| Binary | 11001011 | 11101110 | 11000000 | 1111 | 0 | 10011 | 111 | 1101010 | 111010 | 1010100 |
Color Harmonies of #CBEEC0
Complementary color
Monochromatic Colors of #CBEEC0
Black with #CBEEC0
Text Example
Text Example
White with #CBEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEC0; }
p { color: rgb(203,238,192); }
H1.HeaderClassName
{
color: #CBEEC0;
}
.AnyTagClassName
{
color: #CBEEC0;
}
</style>
background-color css
<style>
a { background-color: #CBEEC0; }
a { background-color: rgb(203,238,192); }
div.DivClassName
{
background-color: #CBEEC0;
}
.BgClassName
{
background-color: #CBEEC0;
}
</style>
border-color css
<style>
span { border-color: #CBEEC0; }
span { border-color: rgb(203,238,192); }
td.TdClassName
{
border-color: #CBEEC0;
}
.TagClassName
{
border-color: #CBEEC0;
}
</style>