Shades of Tea Green #CBF2B0
Tints of Tea Green #CBF2B0
RGB
CMYK
RGB Variations
Color information
#CBF2B0 (or 0xCBF2B0) is known color: Tea Green. HEX triplet: CB, F2 and B0. RGB value is (203,242,176). Sum of RGB (Red+Green+Blue) = 203+242+176=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF2B0 is #340D4F. Grayscale: #DFDFDF. Windows color (decimal): -3411280 or 11596491. OLE color: 11596491.
HSL color Cylindrical-coordinate representation of color #CBF2B0: hue angle of 95.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF2B0 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 176 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.05 |
| HSL | 95.45º | 0.72% | 0.82% | - |
| HSV(B) | 95.45º | 0.27% | 0.95% | - |
| XYZ | 64.22 | 79.34 | 53 | - |
| YUV | 222.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 176 | 0.16 | 0 | 0.27 | 0.05 | 95.45 | 0.72 | 0.82 |
| Hex | CB | F2 | B0 | 10 | 0 | 1B | 5 | 5F | 48 | 52 |
| Octal | 313 | 362 | 260 | 20 | 0 | 33 | 5 | 137 | 110 | 122 |
| Binary | 11001011 | 11110010 | 10110000 | 10000 | 0 | 11011 | 101 | 1011111 | 1001000 | 1010010 |
Color Harmonies of #CBF2B0
Complementary color
Monochromatic Colors of #CBF2B0
Black with #CBF2B0
Text Example
Text Example
White with #CBF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2B0; }
p { color: rgb(203,242,176); }
H1.HeaderClassName
{
color: #CBF2B0;
}
.AnyTagClassName
{
color: #CBF2B0;
}
</style>
background-color css
<style>
a { background-color: #CBF2B0; }
a { background-color: rgb(203,242,176); }
div.DivClassName
{
background-color: #CBF2B0;
}
.BgClassName
{
background-color: #CBF2B0;
}
</style>
border-color css
<style>
span { border-color: #CBF2B0; }
span { border-color: rgb(203,242,176); }
td.TdClassName
{
border-color: #CBF2B0;
}
.TagClassName
{
border-color: #CBF2B0;
}
</style>