Shades of Tea Green #CBFDB7
Tints of Tea Green #CBFDB7
RGB
CMYK
RGB Variations
Color information
#CBFDB7 (or 0xCBFDB7) is known color: Tea Green. HEX triplet: CB, FD and B7. RGB value is (203,253,183). Sum of RGB (Red+Green+Blue) = 203+253+183=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB7 is #340248. Grayscale: #E6E6E6. Windows color (decimal): -3408457 or 12058059. OLE color: 12058059.
HSL color Cylindrical-coordinate representation of color #CBFDB7: hue angle of 102.86º 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 #CBFDB7 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 183 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.01 |
| HSL | 102.86º | 0.95% | 0.85% | - |
| HSV(B) | 102.86º | 0.28% | 0.99% | - |
| XYZ | 68.3 | 86.37 | 57.87 | - |
| YUV | 230.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 183 | 0.20 | 0 | 0.28 | 0.01 | 102.86 | 0.95 | 0.85 |
| Hex | CB | FD | B7 | 14 | 0 | 1C | 1 | 67 | 5F | 55 |
| Octal | 313 | 375 | 267 | 24 | 0 | 34 | 1 | 147 | 137 | 125 |
| Binary | 11001011 | 11111101 | 10110111 | 10100 | 0 | 11100 | 1 | 1100111 | 1011111 | 1010101 |
Color Harmonies of #CBFDB7
Complementary color
Monochromatic Colors of #CBFDB7
Black with #CBFDB7
Text Example
Text Example
White with #CBFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB7; }
p { color: rgb(203,253,183); }
H1.HeaderClassName
{
color: #CBFDB7;
}
.AnyTagClassName
{
color: #CBFDB7;
}
</style>
background-color css
<style>
a { background-color: #CBFDB7; }
a { background-color: rgb(203,253,183); }
div.DivClassName
{
background-color: #CBFDB7;
}
.BgClassName
{
background-color: #CBFDB7;
}
</style>
border-color css
<style>
span { border-color: #CBFDB7; }
span { border-color: rgb(203,253,183); }
td.TdClassName
{
border-color: #CBFDB7;
}
.TagClassName
{
border-color: #CBFDB7;
}
</style>