Shades of Tea Green #CBF2BE
Tints of Tea Green #CBF2BE
RGB
CMYK
RGB Variations
Color information
#CBF2BE (or 0xCBF2BE) is known color: Tea Green. HEX triplet: CB, F2 and BE. RGB value is (203,242,190). Sum of RGB (Red+Green+Blue) = 203+242+190=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2BE is #340D41. Grayscale: #E0E0E0. Windows color (decimal): -3411266 or 12513995. OLE color: 12513995.
HSL color Cylindrical-coordinate representation of color #CBF2BE: hue angle of 105º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBF2BE is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 190 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.05 |
| HSL | 105º | 0.67% | 0.85% | - |
| HSV(B) | 105º | 0.21% | 0.95% | - |
| XYZ | 65.68 | 79.92 | 60.68 | - |
| YUV | 224.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 190 | 0.16 | 0 | 0.21 | 0.05 | 105 | 0.67 | 0.85 |
| Hex | CB | F2 | BE | 10 | 0 | 15 | 5 | 69 | 43 | 55 |
| Octal | 313 | 362 | 276 | 20 | 0 | 25 | 5 | 151 | 103 | 125 |
| Binary | 11001011 | 11110010 | 10111110 | 10000 | 0 | 10101 | 101 | 1101001 | 1000011 | 1010101 |
Color Harmonies of #CBF2BE
Complementary color
Monochromatic Colors of #CBF2BE
Black with #CBF2BE
Text Example
Text Example
White with #CBF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2BE; }
p { color: rgb(203,242,190); }
H1.HeaderClassName
{
color: #CBF2BE;
}
.AnyTagClassName
{
color: #CBF2BE;
}
</style>
background-color css
<style>
a { background-color: #CBF2BE; }
a { background-color: rgb(203,242,190); }
div.DivClassName
{
background-color: #CBF2BE;
}
.BgClassName
{
background-color: #CBF2BE;
}
</style>
border-color css
<style>
span { border-color: #CBF2BE; }
span { border-color: rgb(203,242,190); }
td.TdClassName
{
border-color: #CBF2BE;
}
.TagClassName
{
border-color: #CBF2BE;
}
</style>