Shades of Tea Green #CBF0BD
Tints of Tea Green #CBF0BD
RGB
CMYK
RGB Variations
Color information
#CBF0BD (or 0xCBF0BD) is known color: Tea Green. HEX triplet: CB, F0 and BD. RGB value is (203,240,189). Sum of RGB (Red+Green+Blue) = 203+240+189=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0BD is #340F42. Grayscale: #DFDFDF. Windows color (decimal): -3411779 or 12447947. OLE color: 12447947.
HSL color Cylindrical-coordinate representation of color #CBF0BD: hue angle of 103.53º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBF0BD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 189 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.06 |
| HSL | 103.53º | 0.63% | 0.84% | - |
| HSV(B) | 103.53º | 0.21% | 0.94% | - |
| XYZ | 64.97 | 78.69 | 59.91 | - |
| YUV | 223.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 189 | 0.15 | 0 | 0.21 | 0.06 | 103.53 | 0.63 | 0.84 |
| Hex | CB | F0 | BD | F | 0 | 15 | 6 | 68 | 3F | 54 |
| Octal | 313 | 360 | 275 | 17 | 0 | 25 | 6 | 150 | 77 | 124 |
| Binary | 11001011 | 11110000 | 10111101 | 1111 | 0 | 10101 | 110 | 1101000 | 111111 | 1010100 |
Color Harmonies of #CBF0BD
Complementary color
Monochromatic Colors of #CBF0BD
Black with #CBF0BD
Text Example
Text Example
White with #CBF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0BD; }
p { color: rgb(203,240,189); }
H1.HeaderClassName
{
color: #CBF0BD;
}
.AnyTagClassName
{
color: #CBF0BD;
}
</style>
background-color css
<style>
a { background-color: #CBF0BD; }
a { background-color: rgb(203,240,189); }
div.DivClassName
{
background-color: #CBF0BD;
}
.BgClassName
{
background-color: #CBF0BD;
}
</style>
border-color css
<style>
span { border-color: #CBF0BD; }
span { border-color: rgb(203,240,189); }
td.TdClassName
{
border-color: #CBF0BD;
}
.TagClassName
{
border-color: #CBF0BD;
}
</style>