Shades of Tea Green #CBEDB3
Tints of Tea Green #CBEDB3
RGB
CMYK
RGB Variations
Color information
#CBEDB3 (or 0xCBEDB3) is known color: Tea Green. HEX triplet: CB, ED and B3. RGB value is (203,237,179). Sum of RGB (Red+Green+Blue) = 203+237+179=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDB3 is #34124C. Grayscale: #DCDCDC. Windows color (decimal): -3412557 or 11791819. OLE color: 11791819.
HSL color Cylindrical-coordinate representation of color #CBEDB3: hue angle of 95.17º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBEDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 179 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.07 |
| HSL | 95.17º | 0.62% | 0.82% | - |
| HSV(B) | 95.17º | 0.24% | 0.93% | - |
| XYZ | 63.05 | 76.52 | 54.09 | - |
| YUV | 220.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 179 | 0.14 | 0 | 0.24 | 0.07 | 95.17 | 0.62 | 0.82 |
| Hex | CB | ED | B3 | E | 0 | 18 | 7 | 5F | 3E | 52 |
| Octal | 313 | 355 | 263 | 16 | 0 | 30 | 7 | 137 | 76 | 122 |
| Binary | 11001011 | 11101101 | 10110011 | 1110 | 0 | 11000 | 111 | 1011111 | 111110 | 1010010 |
Color Harmonies of #CBEDB3
Complementary color
Monochromatic Colors of #CBEDB3
Black with #CBEDB3
Text Example
Text Example
White with #CBEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDB3; }
p { color: rgb(203,237,179); }
H1.HeaderClassName
{
color: #CBEDB3;
}
.AnyTagClassName
{
color: #CBEDB3;
}
</style>
background-color css
<style>
a { background-color: #CBEDB3; }
a { background-color: rgb(203,237,179); }
div.DivClassName
{
background-color: #CBEDB3;
}
.BgClassName
{
background-color: #CBEDB3;
}
</style>
border-color css
<style>
span { border-color: #CBEDB3; }
span { border-color: rgb(203,237,179); }
td.TdClassName
{
border-color: #CBEDB3;
}
.TagClassName
{
border-color: #CBEDB3;
}
</style>