Shades of Tea Green #CBFDB0
Tints of Tea Green #CBFDB0
RGB
CMYK
RGB Variations
Color information
#CBFDB0 (or 0xCBFDB0) is known color: Tea Green. HEX triplet: CB, FD and B0. RGB value is (203,253,176). Sum of RGB (Red+Green+Blue) = 203+253+176=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDB0 is #34024F. Grayscale: #E5E5E5. Windows color (decimal): -3408464 or 11599307. OLE color: 11599307.
HSL color Cylindrical-coordinate representation of color #CBFDB0: hue angle of 98.96º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBFDB0 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 176 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 98.96º | 0.95% | 0.84% | - |
| HSV(B) | 98.96º | 0.3% | 0.99% | - |
| XYZ | 67.59 | 86.08 | 54.13 | - |
| YUV | 229.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 176 | 0.20 | 0 | 0.30 | 0.01 | 98.96 | 0.95 | 0.84 |
| Hex | CB | FD | B0 | 14 | 0 | 1E | 1 | 63 | 5F | 54 |
| Octal | 313 | 375 | 260 | 24 | 0 | 36 | 1 | 143 | 137 | 124 |
| Binary | 11001011 | 11111101 | 10110000 | 10100 | 0 | 11110 | 1 | 1100011 | 1011111 | 1010100 |
Color Harmonies of #CBFDB0
Complementary color
Monochromatic Colors of #CBFDB0
Black with #CBFDB0
Text Example
Text Example
White with #CBFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB0; }
p { color: rgb(203,253,176); }
H1.HeaderClassName
{
color: #CBFDB0;
}
.AnyTagClassName
{
color: #CBFDB0;
}
</style>
background-color css
<style>
a { background-color: #CBFDB0; }
a { background-color: rgb(203,253,176); }
div.DivClassName
{
background-color: #CBFDB0;
}
.BgClassName
{
background-color: #CBFDB0;
}
</style>
border-color css
<style>
span { border-color: #CBFDB0; }
span { border-color: rgb(203,253,176); }
td.TdClassName
{
border-color: #CBFDB0;
}
.TagClassName
{
border-color: #CBFDB0;
}
</style>