Shades of Tea Green #CBFDB9
Tints of Tea Green #CBFDB9
RGB
CMYK
RGB Variations
Color information
#CBFDB9 (or 0xCBFDB9) is known color: Tea Green. HEX triplet: CB, FD and B9. RGB value is (203,253,185). Sum of RGB (Red+Green+Blue) = 203+253+185=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB9 is #340246. Grayscale: #E6E6E6. Windows color (decimal): -3408455 or 12189131. OLE color: 12189131.
HSL color Cylindrical-coordinate representation of color #CBFDB9: hue angle of 104.12º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBFDB9 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 185 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.01 |
| HSL | 104.12º | 0.94% | 0.86% | - |
| HSV(B) | 104.12º | 0.27% | 0.99% | - |
| XYZ | 68.51 | 86.45 | 58.97 | - |
| YUV | 230.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 185 | 0.20 | 0 | 0.27 | 0.01 | 104.12 | 0.94 | 0.86 |
| Hex | CB | FD | B9 | 14 | 0 | 1B | 1 | 68 | 5E | 56 |
| Octal | 313 | 375 | 271 | 24 | 0 | 33 | 1 | 150 | 136 | 126 |
| Binary | 11001011 | 11111101 | 10111001 | 10100 | 0 | 11011 | 1 | 1101000 | 1011110 | 1010110 |
Color Harmonies of #CBFDB9
Complementary color
Monochromatic Colors of #CBFDB9
Black with #CBFDB9
Text Example
Text Example
White with #CBFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB9; }
p { color: rgb(203,253,185); }
H1.HeaderClassName
{
color: #CBFDB9;
}
.AnyTagClassName
{
color: #CBFDB9;
}
</style>
background-color css
<style>
a { background-color: #CBFDB9; }
a { background-color: rgb(203,253,185); }
div.DivClassName
{
background-color: #CBFDB9;
}
.BgClassName
{
background-color: #CBFDB9;
}
</style>
border-color css
<style>
span { border-color: #CBFDB9; }
span { border-color: rgb(203,253,185); }
td.TdClassName
{
border-color: #CBFDB9;
}
.TagClassName
{
border-color: #CBFDB9;
}
</style>