Shades of Tea Green #CBFDB5
Tints of Tea Green #CBFDB5
RGB
CMYK
RGB Variations
Color information
#CBFDB5 (or 0xCBFDB5) is known color: Tea Green. HEX triplet: CB, FD and B5. RGB value is (203,253,181). Sum of RGB (Red+Green+Blue) = 203+253+181=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB5 is #34024A. Grayscale: #E6E6E6. Windows color (decimal): -3408459 or 11926987. OLE color: 11926987.
HSL color Cylindrical-coordinate representation of color #CBFDB5: hue angle of 101.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBFDB5 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 181 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.01 |
| HSL | 101.67º | 0.95% | 0.85% | - |
| HSV(B) | 101.67º | 0.28% | 0.99% | - |
| XYZ | 68.09 | 86.28 | 56.78 | - |
| YUV | 229.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 181 | 0.20 | 0 | 0.28 | 0.01 | 101.67 | 0.95 | 0.85 |
| Hex | CB | FD | B5 | 14 | 0 | 1C | 1 | 66 | 5F | 55 |
| Octal | 313 | 375 | 265 | 24 | 0 | 34 | 1 | 146 | 137 | 125 |
| Binary | 11001011 | 11111101 | 10110101 | 10100 | 0 | 11100 | 1 | 1100110 | 1011111 | 1010101 |
Color Harmonies of #CBFDB5
Complementary color
Monochromatic Colors of #CBFDB5
Black with #CBFDB5
Text Example
Text Example
White with #CBFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB5; }
p { color: rgb(203,253,181); }
H1.HeaderClassName
{
color: #CBFDB5;
}
.AnyTagClassName
{
color: #CBFDB5;
}
</style>
background-color css
<style>
a { background-color: #CBFDB5; }
a { background-color: rgb(203,253,181); }
div.DivClassName
{
background-color: #CBFDB5;
}
.BgClassName
{
background-color: #CBFDB5;
}
</style>
border-color css
<style>
span { border-color: #CBFDB5; }
span { border-color: rgb(203,253,181); }
td.TdClassName
{
border-color: #CBFDB5;
}
.TagClassName
{
border-color: #CBFDB5;
}
</style>