Shades of Tea Green #CBF6C1
Tints of Tea Green #CBF6C1
RGB
CMYK
RGB Variations
Color information
#CBF6C1 (or 0xCBF6C1) is known color: Tea Green. HEX triplet: CB, F6 and C1. RGB value is (203,246,193). Sum of RGB (Red+Green+Blue) = 203+246+193=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6C1 is #34093E. Grayscale: #E3E3E3. Windows color (decimal): -3410239 or 12711627. OLE color: 12711627.
HSL color Cylindrical-coordinate representation of color #CBF6C1: hue angle of 108.68º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBF6C1 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 193 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.04 |
| HSL | 108.68º | 0.75% | 0.86% | - |
| HSV(B) | 108.68º | 0.22% | 0.96% | - |
| XYZ | 67.21 | 82.46 | 62.83 | - |
| YUV | 227.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 193 | 0.17 | 0 | 0.22 | 0.04 | 108.68 | 0.75 | 0.86 |
| Hex | CB | F6 | C1 | 11 | 0 | 16 | 4 | 6D | 4B | 56 |
| Octal | 313 | 366 | 301 | 21 | 0 | 26 | 4 | 155 | 113 | 126 |
| Binary | 11001011 | 11110110 | 11000001 | 10001 | 0 | 10110 | 100 | 1101101 | 1001011 | 1010110 |
Color Harmonies of #CBF6C1
Complementary color
Monochromatic Colors of #CBF6C1
Black with #CBF6C1
Text Example
Text Example
White with #CBF6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6C1; }
p { color: rgb(203,246,193); }
H1.HeaderClassName
{
color: #CBF6C1;
}
.AnyTagClassName
{
color: #CBF6C1;
}
</style>
background-color css
<style>
a { background-color: #CBF6C1; }
a { background-color: rgb(203,246,193); }
div.DivClassName
{
background-color: #CBF6C1;
}
.BgClassName
{
background-color: #CBF6C1;
}
</style>
border-color css
<style>
span { border-color: #CBF6C1; }
span { border-color: rgb(203,246,193); }
td.TdClassName
{
border-color: #CBF6C1;
}
.TagClassName
{
border-color: #CBF6C1;
}
</style>