Shades of Tea Green #CBEDAF
Tints of Tea Green #CBEDAF
RGB
CMYK
RGB Variations
Color information
#CBEDAF (or 0xCBEDAF) is known color: Tea Green. HEX triplet: CB, ED and AF. RGB value is (203,237,175). Sum of RGB (Red+Green+Blue) = 203+237+175=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDAF is #341250. Grayscale: #DBDBDB. Windows color (decimal): -3412561 or 11529675. OLE color: 11529675.
HSL color Cylindrical-coordinate representation of color #CBEDAF: hue angle of 92.9º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEDAF is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 175 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 92.9º | 0.63% | 0.81% | - |
| HSV(B) | 92.9º | 0.26% | 0.93% | - |
| XYZ | 62.65 | 76.36 | 51.99 | - |
| YUV | 219.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 175 | 0.14 | 0 | 0.26 | 0.07 | 92.9 | 0.63 | 0.81 |
| Hex | CB | ED | AF | E | 0 | 1A | 7 | 5D | 3F | 51 |
| Octal | 313 | 355 | 257 | 16 | 0 | 32 | 7 | 135 | 77 | 121 |
| Binary | 11001011 | 11101101 | 10101111 | 1110 | 0 | 11010 | 111 | 1011101 | 111111 | 1010001 |
Color Harmonies of #CBEDAF
Complementary color
Monochromatic Colors of #CBEDAF
Black with #CBEDAF
Text Example
Text Example
White with #CBEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDAF; }
p { color: rgb(203,237,175); }
H1.HeaderClassName
{
color: #CBEDAF;
}
.AnyTagClassName
{
color: #CBEDAF;
}
</style>
background-color css
<style>
a { background-color: #CBEDAF; }
a { background-color: rgb(203,237,175); }
div.DivClassName
{
background-color: #CBEDAF;
}
.BgClassName
{
background-color: #CBEDAF;
}
</style>
border-color css
<style>
span { border-color: #CBEDAF; }
span { border-color: rgb(203,237,175); }
td.TdClassName
{
border-color: #CBEDAF;
}
.TagClassName
{
border-color: #CBEDAF;
}
</style>