Shades of Tea Green #CBF1B6
Tints of Tea Green #CBF1B6
RGB
CMYK
RGB Variations
Color information
#CBF1B6 (or 0xCBF1B6) is known color: Tea Green. HEX triplet: CB, F1 and B6. RGB value is (203,241,182). Sum of RGB (Red+Green+Blue) = 203+241+182=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1B6 is #340E49. Grayscale: #DFDFDF. Windows color (decimal): -3411530 or 11989451. OLE color: 11989451.
HSL color Cylindrical-coordinate representation of color #CBF1B6: hue angle of 98.64º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBF1B6 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 182 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.05 |
| HSL | 98.64º | 0.68% | 0.83% | - |
| HSV(B) | 98.64º | 0.24% | 0.95% | - |
| XYZ | 64.53 | 78.98 | 56.1 | - |
| YUV | 222.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 182 | 0.16 | 0 | 0.24 | 0.05 | 98.64 | 0.68 | 0.83 |
| Hex | CB | F1 | B6 | 10 | 0 | 18 | 5 | 63 | 44 | 53 |
| Octal | 313 | 361 | 266 | 20 | 0 | 30 | 5 | 143 | 104 | 123 |
| Binary | 11001011 | 11110001 | 10110110 | 10000 | 0 | 11000 | 101 | 1100011 | 1000100 | 1010011 |
Color Harmonies of #CBF1B6
Complementary color
Monochromatic Colors of #CBF1B6
Black with #CBF1B6
Text Example
Text Example
White with #CBF1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1B6; }
p { color: rgb(203,241,182); }
H1.HeaderClassName
{
color: #CBF1B6;
}
.AnyTagClassName
{
color: #CBF1B6;
}
</style>
background-color css
<style>
a { background-color: #CBF1B6; }
a { background-color: rgb(203,241,182); }
div.DivClassName
{
background-color: #CBF1B6;
}
.BgClassName
{
background-color: #CBF1B6;
}
</style>
border-color css
<style>
span { border-color: #CBF1B6; }
span { border-color: rgb(203,241,182); }
td.TdClassName
{
border-color: #CBF1B6;
}
.TagClassName
{
border-color: #CBF1B6;
}
</style>