Shades of Tea Green #CBFEC1
Tints of Tea Green #CBFEC1
RGB
CMYK
RGB Variations
Color information
#CBFEC1 (or 0xCBFEC1) is known color: Tea Green. HEX triplet: CB, FE and C1. RGB value is (203,254,193). Sum of RGB (Red+Green+Blue) = 203+254+193=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC1 is #34013E. Grayscale: #E7E7E7. Windows color (decimal): -3408191 or 12713675. OLE color: 12713675.
HSL color Cylindrical-coordinate representation of color #CBFEC1: hue angle of 110.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFEC1 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 193 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.00 |
| HSL | 110.16º | 0.97% | 0.88% | - |
| HSV(B) | 110.16º | 0.24% | 1% | - |
| XYZ | 69.7 | 87.43 | 63.65 | - |
| YUV | 231.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 193 | 0.20 | 0 | 0.24 | 0.00 | 110.16 | 0.97 | 0.88 |
| Hex | CB | FE | C1 | 14 | 0 | 18 | 0 | 6E | 61 | 58 |
| Octal | 313 | 376 | 301 | 24 | 0 | 30 | 0 | 156 | 141 | 130 |
| Binary | 11001011 | 11111110 | 11000001 | 10100 | 0 | 11000 | 0 | 1101110 | 1100001 | 1011000 |
Color Harmonies of #CBFEC1
Complementary color
Monochromatic Colors of #CBFEC1
Black with #CBFEC1
Text Example
Text Example
White with #CBFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEC1; }
p { color: rgb(203,254,193); }
H1.HeaderClassName
{
color: #CBFEC1;
}
.AnyTagClassName
{
color: #CBFEC1;
}
</style>
background-color css
<style>
a { background-color: #CBFEC1; }
a { background-color: rgb(203,254,193); }
div.DivClassName
{
background-color: #CBFEC1;
}
.BgClassName
{
background-color: #CBFEC1;
}
</style>
border-color css
<style>
span { border-color: #CBFEC1; }
span { border-color: rgb(203,254,193); }
td.TdClassName
{
border-color: #CBFEC1;
}
.TagClassName
{
border-color: #CBFEC1;
}
</style>