Shades of Tea Green #CBFAB5
Tints of Tea Green #CBFAB5
RGB
CMYK
RGB Variations
Color information
#CBFAB5 (or 0xCBFAB5) is known color: Tea Green. HEX triplet: CB, FA and B5. RGB value is (203,250,181). Sum of RGB (Red+Green+Blue) = 203+250+181=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAB5 is #34054A. Grayscale: #E4E4E4. Windows color (decimal): -3409227 or 11926219. OLE color: 11926219.
HSL color Cylindrical-coordinate representation of color #CBFAB5: hue angle of 100.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBFAB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 181 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.02 |
| HSL | 100.87º | 0.87% | 0.85% | - |
| HSV(B) | 100.87º | 0.28% | 0.98% | - |
| XYZ | 67.15 | 84.4 | 56.47 | - |
| YUV | 228.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 181 | 0.19 | 0 | 0.28 | 0.02 | 100.87 | 0.87 | 0.85 |
| Hex | CB | FA | B5 | 13 | 0 | 1C | 2 | 65 | 57 | 55 |
| Octal | 313 | 372 | 265 | 23 | 0 | 34 | 2 | 145 | 127 | 125 |
| Binary | 11001011 | 11111010 | 10110101 | 10011 | 0 | 11100 | 10 | 1100101 | 1010111 | 1010101 |
Color Harmonies of #CBFAB5
Complementary color
Monochromatic Colors of #CBFAB5
Black with #CBFAB5
Text Example
Text Example
White with #CBFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAB5; }
p { color: rgb(203,250,181); }
H1.HeaderClassName
{
color: #CBFAB5;
}
.AnyTagClassName
{
color: #CBFAB5;
}
</style>
background-color css
<style>
a { background-color: #CBFAB5; }
a { background-color: rgb(203,250,181); }
div.DivClassName
{
background-color: #CBFAB5;
}
.BgClassName
{
background-color: #CBFAB5;
}
</style>
border-color css
<style>
span { border-color: #CBFAB5; }
span { border-color: rgb(203,250,181); }
td.TdClassName
{
border-color: #CBFAB5;
}
.TagClassName
{
border-color: #CBFAB5;
}
</style>