Shades of Tea Green #CBECAF
Tints of Tea Green #CBECAF
RGB
CMYK
RGB Variations
Color information
#CBECAF (or 0xCBECAF) is known color: Tea Green. HEX triplet: CB, EC and AF. RGB value is (203,236,175). Sum of RGB (Red+Green+Blue) = 203+236+175=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECAF is #341350. Grayscale: #DBDBDB. Windows color (decimal): -3412817 or 11529419. OLE color: 11529419.
HSL color Cylindrical-coordinate representation of color #CBECAF: hue angle of 92.46º degrees, saturation: 0.62, 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 #CBECAF is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 175 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 92.46º | 0.62% | 0.81% | - |
| HSV(B) | 92.46º | 0.26% | 0.93% | - |
| XYZ | 62.36 | 75.78 | 51.9 | - |
| YUV | 219.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 175 | 0.14 | 0 | 0.26 | 0.07 | 92.46 | 0.62 | 0.81 |
| Hex | CB | EC | AF | E | 0 | 1A | 7 | 5C | 3E | 51 |
| Octal | 313 | 354 | 257 | 16 | 0 | 32 | 7 | 134 | 76 | 121 |
| Binary | 11001011 | 11101100 | 10101111 | 1110 | 0 | 11010 | 111 | 1011100 | 111110 | 1010001 |
Color Harmonies of #CBECAF
Complementary color
Monochromatic Colors of #CBECAF
Black with #CBECAF
Text Example
Text Example
White with #CBECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECAF; }
p { color: rgb(203,236,175); }
H1.HeaderClassName
{
color: #CBECAF;
}
.AnyTagClassName
{
color: #CBECAF;
}
</style>
background-color css
<style>
a { background-color: #CBECAF; }
a { background-color: rgb(203,236,175); }
div.DivClassName
{
background-color: #CBECAF;
}
.BgClassName
{
background-color: #CBECAF;
}
</style>
border-color css
<style>
span { border-color: #CBECAF; }
span { border-color: rgb(203,236,175); }
td.TdClassName
{
border-color: #CBECAF;
}
.TagClassName
{
border-color: #CBECAF;
}
</style>