Shades of Tea Green #CBEDC3
Tints of Tea Green #CBEDC3
RGB
CMYK
RGB Variations
Color information
#CBEDC3 (or 0xCBEDC3) is known color: Tea Green. HEX triplet: CB, ED and C3. RGB value is (203,237,195). Sum of RGB (Red+Green+Blue) = 203+237+195=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC3 is #34123C. Grayscale: #DEDEDE. Windows color (decimal): -3412541 or 12840395. OLE color: 12840395.
HSL color Cylindrical-coordinate representation of color #CBEDC3: hue angle of 108.57º degrees, saturation: 0.54, 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 #CBEDC3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 195 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 108.57º | 0.54% | 0.85% | - |
| HSV(B) | 108.57º | 0.18% | 0.93% | - |
| XYZ | 64.76 | 77.21 | 63.12 | - |
| YUV | 222.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 195 | 0.14 | 0 | 0.18 | 0.07 | 108.57 | 0.54 | 0.85 |
| Hex | CB | ED | C3 | E | 0 | 12 | 7 | 6D | 36 | 55 |
| Octal | 313 | 355 | 303 | 16 | 0 | 22 | 7 | 155 | 66 | 125 |
| Binary | 11001011 | 11101101 | 11000011 | 1110 | 0 | 10010 | 111 | 1101101 | 110110 | 1010101 |
Color Harmonies of #CBEDC3
Complementary color
Monochromatic Colors of #CBEDC3
Black with #CBEDC3
Text Example
Text Example
White with #CBEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDC3; }
p { color: rgb(203,237,195); }
H1.HeaderClassName
{
color: #CBEDC3;
}
.AnyTagClassName
{
color: #CBEDC3;
}
</style>
background-color css
<style>
a { background-color: #CBEDC3; }
a { background-color: rgb(203,237,195); }
div.DivClassName
{
background-color: #CBEDC3;
}
.BgClassName
{
background-color: #CBEDC3;
}
</style>
border-color css
<style>
span { border-color: #CBEDC3; }
span { border-color: rgb(203,237,195); }
td.TdClassName
{
border-color: #CBEDC3;
}
.TagClassName
{
border-color: #CBEDC3;
}
</style>