Shades of Tea Green #CBF7B9
Tints of Tea Green #CBF7B9
RGB
CMYK
RGB Variations
Color information
#CBF7B9 (or 0xCBF7B9) is known color: Tea Green. HEX triplet: CB, F7 and B9. RGB value is (203,247,185). Sum of RGB (Red+Green+Blue) = 203+247+185=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B9 is #340846. Grayscale: #E2E2E2. Windows color (decimal): -3409991 or 12187595. OLE color: 12187595.
HSL color Cylindrical-coordinate representation of color #CBF7B9: hue angle of 102.58º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF7B9 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 185 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.03 |
| HSL | 102.58º | 0.79% | 0.85% | - |
| HSV(B) | 102.58º | 0.25% | 0.97% | - |
| XYZ | 66.65 | 82.72 | 58.35 | - |
| YUV | 226.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 185 | 0.18 | 0 | 0.25 | 0.03 | 102.58 | 0.79 | 0.85 |
| Hex | CB | F7 | B9 | 12 | 0 | 19 | 3 | 67 | 4F | 55 |
| Octal | 313 | 367 | 271 | 22 | 0 | 31 | 3 | 147 | 117 | 125 |
| Binary | 11001011 | 11110111 | 10111001 | 10010 | 0 | 11001 | 11 | 1100111 | 1001111 | 1010101 |
Color Harmonies of #CBF7B9
Complementary color
Monochromatic Colors of #CBF7B9
Black with #CBF7B9
Text Example
Text Example
White with #CBF7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B9; }
p { color: rgb(203,247,185); }
H1.HeaderClassName
{
color: #CBF7B9;
}
.AnyTagClassName
{
color: #CBF7B9;
}
</style>
background-color css
<style>
a { background-color: #CBF7B9; }
a { background-color: rgb(203,247,185); }
div.DivClassName
{
background-color: #CBF7B9;
}
.BgClassName
{
background-color: #CBF7B9;
}
</style>
border-color css
<style>
span { border-color: #CBF7B9; }
span { border-color: rgb(203,247,185); }
td.TdClassName
{
border-color: #CBF7B9;
}
.TagClassName
{
border-color: #CBF7B9;
}
</style>