Shades of Tea Green #CBFAB2
Tints of Tea Green #CBFAB2
RGB
CMYK
RGB Variations
Color information
#CBFAB2 (or 0xCBFAB2) is known color: Tea Green. HEX triplet: CB, FA and B2. RGB value is (203,250,178). Sum of RGB (Red+Green+Blue) = 203+250+178=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFAB2 is #34054D. Grayscale: #E3E3E3. Windows color (decimal): -3409230 or 11729611. OLE color: 11729611.
HSL color Cylindrical-coordinate representation of color #CBFAB2: hue angle of 99.17º 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 #CBFAB2 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 178 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.02 |
| HSL | 99.17º | 0.88% | 0.84% | - |
| HSV(B) | 99.17º | 0.29% | 0.98% | - |
| XYZ | 66.85 | 84.28 | 54.86 | - |
| YUV | 227.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 178 | 0.19 | 0 | 0.29 | 0.02 | 99.17 | 0.88 | 0.84 |
| Hex | CB | FA | B2 | 13 | 0 | 1D | 2 | 63 | 58 | 54 |
| Octal | 313 | 372 | 262 | 23 | 0 | 35 | 2 | 143 | 130 | 124 |
| Binary | 11001011 | 11111010 | 10110010 | 10011 | 0 | 11101 | 10 | 1100011 | 1011000 | 1010100 |
Color Harmonies of #CBFAB2
Complementary color
Monochromatic Colors of #CBFAB2
Black with #CBFAB2
Text Example
Text Example
White with #CBFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAB2; }
p { color: rgb(203,250,178); }
H1.HeaderClassName
{
color: #CBFAB2;
}
.AnyTagClassName
{
color: #CBFAB2;
}
</style>
background-color css
<style>
a { background-color: #CBFAB2; }
a { background-color: rgb(203,250,178); }
div.DivClassName
{
background-color: #CBFAB2;
}
.BgClassName
{
background-color: #CBFAB2;
}
</style>
border-color css
<style>
span { border-color: #CBFAB2; }
span { border-color: rgb(203,250,178); }
td.TdClassName
{
border-color: #CBFAB2;
}
.TagClassName
{
border-color: #CBFAB2;
}
</style>