Shades of Tea Green #CBFBB5
Tints of Tea Green #CBFBB5
RGB
CMYK
RGB Variations
Color information
#CBFBB5 (or 0xCBFBB5) is known color: Tea Green. HEX triplet: CB, FB and B5. RGB value is (203,251,181). Sum of RGB (Red+Green+Blue) = 203+251+181=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBB5 is #34044A. Grayscale: #E4E4E4. Windows color (decimal): -3408971 or 11926475. OLE color: 11926475.
HSL color Cylindrical-coordinate representation of color #CBFBB5: hue angle of 101.14º degrees, saturation: 0.9, 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 #CBFBB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 181 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.02 |
| HSL | 101.14º | 0.9% | 0.85% | - |
| HSV(B) | 101.14º | 0.28% | 0.98% | - |
| XYZ | 67.47 | 85.03 | 56.57 | - |
| YUV | 228.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 181 | 0.19 | 0 | 0.28 | 0.02 | 101.14 | 0.9 | 0.85 |
| Hex | CB | FB | B5 | 13 | 0 | 1C | 2 | 65 | 5A | 55 |
| Octal | 313 | 373 | 265 | 23 | 0 | 34 | 2 | 145 | 132 | 125 |
| Binary | 11001011 | 11111011 | 10110101 | 10011 | 0 | 11100 | 10 | 1100101 | 1011010 | 1010101 |
Color Harmonies of #CBFBB5
Complementary color
Monochromatic Colors of #CBFBB5
Black with #CBFBB5
Text Example
Text Example
White with #CBFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBB5; }
p { color: rgb(203,251,181); }
H1.HeaderClassName
{
color: #CBFBB5;
}
.AnyTagClassName
{
color: #CBFBB5;
}
</style>
background-color css
<style>
a { background-color: #CBFBB5; }
a { background-color: rgb(203,251,181); }
div.DivClassName
{
background-color: #CBFBB5;
}
.BgClassName
{
background-color: #CBFBB5;
}
</style>
border-color css
<style>
span { border-color: #CBFBB5; }
span { border-color: rgb(203,251,181); }
td.TdClassName
{
border-color: #CBFBB5;
}
.TagClassName
{
border-color: #CBFBB5;
}
</style>