Shades of Tea Green #CBFBBD
Tints of Tea Green #CBFBBD
RGB
CMYK
RGB Variations
Color information
#CBFBBD (or 0xCBFBBD) is known color: Tea Green. HEX triplet: CB, FB and BD. RGB value is (203,251,189). Sum of RGB (Red+Green+Blue) = 203+251+189=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBBD is #340442. Grayscale: #E5E5E5. Windows color (decimal): -3408963 or 12450763. OLE color: 12450763.
HSL color Cylindrical-coordinate representation of color #CBFBBD: hue angle of 106.45º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBFBBD is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 189 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.02 |
| HSL | 106.45º | 0.89% | 0.86% | - |
| HSV(B) | 106.45º | 0.25% | 0.98% | - |
| XYZ | 68.31 | 85.37 | 61.02 | - |
| YUV | 229.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 189 | 0.19 | 0 | 0.25 | 0.02 | 106.45 | 0.89 | 0.86 |
| Hex | CB | FB | BD | 13 | 0 | 19 | 2 | 6A | 59 | 56 |
| Octal | 313 | 373 | 275 | 23 | 0 | 31 | 2 | 152 | 131 | 126 |
| Binary | 11001011 | 11111011 | 10111101 | 10011 | 0 | 11001 | 10 | 1101010 | 1011001 | 1010110 |
Color Harmonies of #CBFBBD
Complementary color
Monochromatic Colors of #CBFBBD
Black with #CBFBBD
Text Example
Text Example
White with #CBFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBBD; }
p { color: rgb(203,251,189); }
H1.HeaderClassName
{
color: #CBFBBD;
}
.AnyTagClassName
{
color: #CBFBBD;
}
</style>
background-color css
<style>
a { background-color: #CBFBBD; }
a { background-color: rgb(203,251,189); }
div.DivClassName
{
background-color: #CBFBBD;
}
.BgClassName
{
background-color: #CBFBBD;
}
</style>
border-color css
<style>
span { border-color: #CBFBBD; }
span { border-color: rgb(203,251,189); }
td.TdClassName
{
border-color: #CBFBBD;
}
.TagClassName
{
border-color: #CBFBBD;
}
</style>