Shades of Tea Green #CBEEC1
Tints of Tea Green #CBEEC1
RGB
CMYK
RGB Variations
Color information
#CBEEC1 (or 0xCBEEC1) is known color: Tea Green. HEX triplet: CB, EE and C1. RGB value is (203,238,193). Sum of RGB (Red+Green+Blue) = 203+238+193=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC1 is #34113E. Grayscale: #DEDEDE. Windows color (decimal): -3412287 or 12709579. OLE color: 12709579.
HSL color Cylindrical-coordinate representation of color #CBEEC1: hue angle of 106.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEEC1 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 193 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.07 |
| HSL | 106.67º | 0.57% | 0.85% | - |
| HSV(B) | 106.67º | 0.19% | 0.93% | - |
| XYZ | 64.83 | 77.7 | 62.03 | - |
| YUV | 222.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 193 | 0.15 | 0 | 0.19 | 0.07 | 106.67 | 0.57 | 0.85 |
| Hex | CB | EE | C1 | F | 0 | 13 | 7 | 6B | 39 | 55 |
| Octal | 313 | 356 | 301 | 17 | 0 | 23 | 7 | 153 | 71 | 125 |
| Binary | 11001011 | 11101110 | 11000001 | 1111 | 0 | 10011 | 111 | 1101011 | 111001 | 1010101 |
Color Harmonies of #CBEEC1
Complementary color
Monochromatic Colors of #CBEEC1
Black with #CBEEC1
Text Example
Text Example
White with #CBEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEC1; }
p { color: rgb(203,238,193); }
H1.HeaderClassName
{
color: #CBEEC1;
}
.AnyTagClassName
{
color: #CBEEC1;
}
</style>
background-color css
<style>
a { background-color: #CBEEC1; }
a { background-color: rgb(203,238,193); }
div.DivClassName
{
background-color: #CBEEC1;
}
.BgClassName
{
background-color: #CBEEC1;
}
</style>
border-color css
<style>
span { border-color: #CBEEC1; }
span { border-color: rgb(203,238,193); }
td.TdClassName
{
border-color: #CBEEC1;
}
.TagClassName
{
border-color: #CBEEC1;
}
</style>