Shades of Tea Green #CBFDB1
Tints of Tea Green #CBFDB1
RGB
CMYK
RGB Variations
Color information
#CBFDB1 (or 0xCBFDB1) is known color: Tea Green. HEX triplet: CB, FD and B1. RGB value is (203,253,177). Sum of RGB (Red+Green+Blue) = 203+253+177=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDB1 is #34024E. Grayscale: #E5E5E5. Windows color (decimal): -3408463 or 11664843. OLE color: 11664843.
HSL color Cylindrical-coordinate representation of color #CBFDB1: hue angle of 99.47º 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 #CBFDB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 177 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 99.47º | 0.95% | 0.84% | - |
| HSV(B) | 99.47º | 0.3% | 0.99% | - |
| XYZ | 67.69 | 86.12 | 54.65 | - |
| YUV | 229.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 177 | 0.20 | 0 | 0.30 | 0.01 | 99.47 | 0.95 | 0.84 |
| Hex | CB | FD | B1 | 14 | 0 | 1E | 1 | 63 | 5F | 54 |
| Octal | 313 | 375 | 261 | 24 | 0 | 36 | 1 | 143 | 137 | 124 |
| Binary | 11001011 | 11111101 | 10110001 | 10100 | 0 | 11110 | 1 | 1100011 | 1011111 | 1010100 |
Color Harmonies of #CBFDB1
Complementary color
Monochromatic Colors of #CBFDB1
Black with #CBFDB1
Text Example
Text Example
White with #CBFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB1; }
p { color: rgb(203,253,177); }
H1.HeaderClassName
{
color: #CBFDB1;
}
.AnyTagClassName
{
color: #CBFDB1;
}
</style>
background-color css
<style>
a { background-color: #CBFDB1; }
a { background-color: rgb(203,253,177); }
div.DivClassName
{
background-color: #CBFDB1;
}
.BgClassName
{
background-color: #CBFDB1;
}
</style>
border-color css
<style>
span { border-color: #CBFDB1; }
span { border-color: rgb(203,253,177); }
td.TdClassName
{
border-color: #CBFDB1;
}
.TagClassName
{
border-color: #CBFDB1;
}
</style>