Shades of Tea Green #CBF8BD
Tints of Tea Green #CBF8BD
RGB
CMYK
RGB Variations
Color information
#CBF8BD (or 0xCBF8BD) is known color: Tea Green. HEX triplet: CB, F8 and BD. RGB value is (203,248,189). Sum of RGB (Red+Green+Blue) = 203+248+189=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8BD is #340742. Grayscale: #E4E4E4. Windows color (decimal): -3409731 or 12449995. OLE color: 12449995.
HSL color Cylindrical-coordinate representation of color #CBF8BD: hue angle of 105.76º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBF8BD is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 189 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.03 |
| HSL | 105.76º | 0.81% | 0.86% | - |
| HSV(B) | 105.76º | 0.24% | 0.97% | - |
| XYZ | 67.38 | 83.51 | 60.71 | - |
| YUV | 227.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 189 | 0.18 | 0 | 0.24 | 0.03 | 105.76 | 0.81 | 0.86 |
| Hex | CB | F8 | BD | 12 | 0 | 18 | 3 | 6A | 51 | 56 |
| Octal | 313 | 370 | 275 | 22 | 0 | 30 | 3 | 152 | 121 | 126 |
| Binary | 11001011 | 11111000 | 10111101 | 10010 | 0 | 11000 | 11 | 1101010 | 1010001 | 1010110 |
Color Harmonies of #CBF8BD
Complementary color
Monochromatic Colors of #CBF8BD
Black with #CBF8BD
Text Example
Text Example
White with #CBF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8BD; }
p { color: rgb(203,248,189); }
H1.HeaderClassName
{
color: #CBF8BD;
}
.AnyTagClassName
{
color: #CBF8BD;
}
</style>
background-color css
<style>
a { background-color: #CBF8BD; }
a { background-color: rgb(203,248,189); }
div.DivClassName
{
background-color: #CBF8BD;
}
.BgClassName
{
background-color: #CBF8BD;
}
</style>
border-color css
<style>
span { border-color: #CBF8BD; }
span { border-color: rgb(203,248,189); }
td.TdClassName
{
border-color: #CBF8BD;
}
.TagClassName
{
border-color: #CBF8BD;
}
</style>