Shades of Tea Green #CBEEC4
Tints of Tea Green #CBEEC4
RGB
CMYK
RGB Variations
Color information
#CBEEC4 (or 0xCBEEC4) is known color: Tea Green. HEX triplet: CB, EE and C4. RGB value is (203,238,196). Sum of RGB (Red+Green+Blue) = 203+238+196=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC4 is #34113B. Grayscale: #DEDEDE. Windows color (decimal): -3412284 or 12906187. OLE color: 12906187.
HSL color Cylindrical-coordinate representation of color #CBEEC4: hue angle of 110º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEEC4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.07 |
| HSL | 110º | 0.55% | 0.85% | - |
| HSV(B) | 110º | 0.18% | 0.93% | - |
| XYZ | 65.17 | 77.83 | 63.81 | - |
| YUV | 222.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 196 | 0.15 | 0 | 0.18 | 0.07 | 110 | 0.55 | 0.85 |
| Hex | CB | EE | C4 | F | 0 | 12 | 7 | 6E | 37 | 55 |
| Octal | 313 | 356 | 304 | 17 | 0 | 22 | 7 | 156 | 67 | 125 |
| Binary | 11001011 | 11101110 | 11000100 | 1111 | 0 | 10010 | 111 | 1101110 | 110111 | 1010101 |
Color Harmonies of #CBEEC4
Complementary color
Monochromatic Colors of #CBEEC4
Black with #CBEEC4
Text Example
Text Example
White with #CBEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEC4; }
p { color: rgb(203,238,196); }
H1.HeaderClassName
{
color: #CBEEC4;
}
.AnyTagClassName
{
color: #CBEEC4;
}
</style>
background-color css
<style>
a { background-color: #CBEEC4; }
a { background-color: rgb(203,238,196); }
div.DivClassName
{
background-color: #CBEEC4;
}
.BgClassName
{
background-color: #CBEEC4;
}
</style>
border-color css
<style>
span { border-color: #CBEEC4; }
span { border-color: rgb(203,238,196); }
td.TdClassName
{
border-color: #CBEEC4;
}
.TagClassName
{
border-color: #CBEEC4;
}
</style>