Shades of Tea Green #CBFEBA
Tints of Tea Green #CBFEBA
RGB
CMYK
RGB Variations
Color information
#CBFEBA (or 0xCBFEBA) is known color: Tea Green. HEX triplet: CB, FE and BA. RGB value is (203,254,186). Sum of RGB (Red+Green+Blue) = 203+254+186=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEBA is #340145. Grayscale: #E7E7E7. Windows color (decimal): -3408198 or 12254923. OLE color: 12254923.
HSL color Cylindrical-coordinate representation of color #CBFEBA: hue angle of 105º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBFEBA is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 186 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.00 |
| HSL | 105º | 0.97% | 0.86% | - |
| HSV(B) | 105º | 0.27% | 1% | - |
| XYZ | 68.93 | 87.13 | 59.64 | - |
| YUV | 231 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 186 | 0.20 | 0 | 0.27 | 0.00 | 105 | 0.97 | 0.86 |
| Hex | CB | FE | BA | 14 | 0 | 1B | 0 | 69 | 61 | 56 |
| Octal | 313 | 376 | 272 | 24 | 0 | 33 | 0 | 151 | 141 | 126 |
| Binary | 11001011 | 11111110 | 10111010 | 10100 | 0 | 11011 | 0 | 1101001 | 1100001 | 1010110 |
Color Harmonies of #CBFEBA
Complementary color
Monochromatic Colors of #CBFEBA
Black with #CBFEBA
Text Example
Text Example
White with #CBFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEBA; }
p { color: rgb(203,254,186); }
H1.HeaderClassName
{
color: #CBFEBA;
}
.AnyTagClassName
{
color: #CBFEBA;
}
</style>
background-color css
<style>
a { background-color: #CBFEBA; }
a { background-color: rgb(203,254,186); }
div.DivClassName
{
background-color: #CBFEBA;
}
.BgClassName
{
background-color: #CBFEBA;
}
</style>
border-color css
<style>
span { border-color: #CBFEBA; }
span { border-color: rgb(203,254,186); }
td.TdClassName
{
border-color: #CBFEBA;
}
.TagClassName
{
border-color: #CBFEBA;
}
</style>