Shades of Tea Green #CBFEB3
Tints of Tea Green #CBFEB3
RGB
CMYK
RGB Variations
Color information
#CBFEB3 (or 0xCBFEB3) is known color: Tea Green. HEX triplet: CB, FE and B3. RGB value is (203,254,179). Sum of RGB (Red+Green+Blue) = 203+254+179=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEB3 is #34014C. Grayscale: #E6E6E6. Windows color (decimal): -3408205 or 11796171. OLE color: 11796171.
HSL color Cylindrical-coordinate representation of color #CBFEB3: hue angle of 100.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBFEB3 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 179 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.00 |
| HSL | 100.8º | 0.97% | 0.85% | - |
| HSV(B) | 100.8º | 0.3% | 1% | - |
| XYZ | 68.21 | 86.83 | 55.81 | - |
| YUV | 230.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 179 | 0.20 | 0 | 0.30 | 0.00 | 100.8 | 0.97 | 0.85 |
| Hex | CB | FE | B3 | 14 | 0 | 1E | 0 | 65 | 61 | 55 |
| Octal | 313 | 376 | 263 | 24 | 0 | 36 | 0 | 145 | 141 | 125 |
| Binary | 11001011 | 11111110 | 10110011 | 10100 | 0 | 11110 | 0 | 1100101 | 1100001 | 1010101 |
Color Harmonies of #CBFEB3
Complementary color
Monochromatic Colors of #CBFEB3
Black with #CBFEB3
Text Example
Text Example
White with #CBFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEB3; }
p { color: rgb(203,254,179); }
H1.HeaderClassName
{
color: #CBFEB3;
}
.AnyTagClassName
{
color: #CBFEB3;
}
</style>
background-color css
<style>
a { background-color: #CBFEB3; }
a { background-color: rgb(203,254,179); }
div.DivClassName
{
background-color: #CBFEB3;
}
.BgClassName
{
background-color: #CBFEB3;
}
</style>
border-color css
<style>
span { border-color: #CBFEB3; }
span { border-color: rgb(203,254,179); }
td.TdClassName
{
border-color: #CBFEB3;
}
.TagClassName
{
border-color: #CBFEB3;
}
</style>