Shades of Tea Green #CBFAB1
Tints of Tea Green #CBFAB1
RGB
CMYK
RGB Variations
Color information
#CBFAB1 (or 0xCBFAB1) is known color: Tea Green. HEX triplet: CB, FA and B1. RGB value is (203,250,177). Sum of RGB (Red+Green+Blue) = 203+250+177=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFAB1 is #34054E. Grayscale: #E3E3E3. Windows color (decimal): -3409231 or 11664075. OLE color: 11664075.
HSL color Cylindrical-coordinate representation of color #CBFAB1: hue angle of 98.63º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBFAB1 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 177 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.02 |
| HSL | 98.63º | 0.88% | 0.84% | - |
| HSV(B) | 98.63º | 0.29% | 0.98% | - |
| XYZ | 66.75 | 84.24 | 54.34 | - |
| YUV | 227.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 177 | 0.19 | 0 | 0.29 | 0.02 | 98.63 | 0.88 | 0.84 |
| Hex | CB | FA | B1 | 13 | 0 | 1D | 2 | 63 | 58 | 54 |
| Octal | 313 | 372 | 261 | 23 | 0 | 35 | 2 | 143 | 130 | 124 |
| Binary | 11001011 | 11111010 | 10110001 | 10011 | 0 | 11101 | 10 | 1100011 | 1011000 | 1010100 |
Color Harmonies of #CBFAB1
Complementary color
Monochromatic Colors of #CBFAB1
Black with #CBFAB1
Text Example
Text Example
White with #CBFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAB1; }
p { color: rgb(203,250,177); }
H1.HeaderClassName
{
color: #CBFAB1;
}
.AnyTagClassName
{
color: #CBFAB1;
}
</style>
background-color css
<style>
a { background-color: #CBFAB1; }
a { background-color: rgb(203,250,177); }
div.DivClassName
{
background-color: #CBFAB1;
}
.BgClassName
{
background-color: #CBFAB1;
}
</style>
border-color css
<style>
span { border-color: #CBFAB1; }
span { border-color: rgb(203,250,177); }
td.TdClassName
{
border-color: #CBFAB1;
}
.TagClassName
{
border-color: #CBFAB1;
}
</style>