Shades of Tea Green #CBF7BD
Tints of Tea Green #CBF7BD
RGB
CMYK
RGB Variations
Color information
#CBF7BD (or 0xCBF7BD) is known color: Tea Green. HEX triplet: CB, F7 and BD. RGB value is (203,247,189). Sum of RGB (Red+Green+Blue) = 203+247+189=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7BD is #340842. Grayscale: #E3E3E3. Windows color (decimal): -3409987 or 12449739. OLE color: 12449739.
HSL color Cylindrical-coordinate representation of color #CBF7BD: hue angle of 105.52º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBF7BD is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 189 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.03 |
| HSL | 105.52º | 0.78% | 0.85% | - |
| HSV(B) | 105.52º | 0.23% | 0.97% | - |
| XYZ | 67.07 | 82.89 | 60.61 | - |
| YUV | 227.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 189 | 0.18 | 0 | 0.23 | 0.03 | 105.52 | 0.78 | 0.85 |
| Hex | CB | F7 | BD | 12 | 0 | 17 | 3 | 6A | 4E | 55 |
| Octal | 313 | 367 | 275 | 22 | 0 | 27 | 3 | 152 | 116 | 125 |
| Binary | 11001011 | 11110111 | 10111101 | 10010 | 0 | 10111 | 11 | 1101010 | 1001110 | 1010101 |
Color Harmonies of #CBF7BD
Complementary color
Monochromatic Colors of #CBF7BD
Black with #CBF7BD
Text Example
Text Example
White with #CBF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7BD; }
p { color: rgb(203,247,189); }
H1.HeaderClassName
{
color: #CBF7BD;
}
.AnyTagClassName
{
color: #CBF7BD;
}
</style>
background-color css
<style>
a { background-color: #CBF7BD; }
a { background-color: rgb(203,247,189); }
div.DivClassName
{
background-color: #CBF7BD;
}
.BgClassName
{
background-color: #CBF7BD;
}
</style>
border-color css
<style>
span { border-color: #CBF7BD; }
span { border-color: rgb(203,247,189); }
td.TdClassName
{
border-color: #CBF7BD;
}
.TagClassName
{
border-color: #CBF7BD;
}
</style>