Shades of Tea Green #CBF7B6
Tints of Tea Green #CBF7B6
RGB
CMYK
RGB Variations
Color information
#CBF7B6 (or 0xCBF7B6) is known color: Tea Green. HEX triplet: CB, F7 and B6. RGB value is (203,247,182). Sum of RGB (Red+Green+Blue) = 203+247+182=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B6 is #340849. Grayscale: #E2E2E2. Windows color (decimal): -3409994 or 11990987. OLE color: 11990987.
HSL color Cylindrical-coordinate representation of color #CBF7B6: hue angle of 100.62º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBF7B6 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 182 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.03 |
| HSL | 100.62º | 0.8% | 0.84% | - |
| HSV(B) | 100.62º | 0.26% | 0.97% | - |
| XYZ | 66.33 | 82.6 | 56.7 | - |
| YUV | 226.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 182 | 0.18 | 0 | 0.26 | 0.03 | 100.62 | 0.8 | 0.84 |
| Hex | CB | F7 | B6 | 12 | 0 | 1A | 3 | 65 | 50 | 54 |
| Octal | 313 | 367 | 266 | 22 | 0 | 32 | 3 | 145 | 120 | 124 |
| Binary | 11001011 | 11110111 | 10110110 | 10010 | 0 | 11010 | 11 | 1100101 | 1010000 | 1010100 |
Color Harmonies of #CBF7B6
Complementary color
Monochromatic Colors of #CBF7B6
Black with #CBF7B6
Text Example
Text Example
White with #CBF7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B6; }
p { color: rgb(203,247,182); }
H1.HeaderClassName
{
color: #CBF7B6;
}
.AnyTagClassName
{
color: #CBF7B6;
}
</style>
background-color css
<style>
a { background-color: #CBF7B6; }
a { background-color: rgb(203,247,182); }
div.DivClassName
{
background-color: #CBF7B6;
}
.BgClassName
{
background-color: #CBF7B6;
}
</style>
border-color css
<style>
span { border-color: #CBF7B6; }
span { border-color: rgb(203,247,182); }
td.TdClassName
{
border-color: #CBF7B6;
}
.TagClassName
{
border-color: #CBF7B6;
}
</style>