Shades of Tea Green #CBF7B1
Tints of Tea Green #CBF7B1
RGB
CMYK
RGB Variations
Color information
#CBF7B1 (or 0xCBF7B1) is known color: Tea Green. HEX triplet: CB, F7 and B1. RGB value is (203,247,177). Sum of RGB (Red+Green+Blue) = 203+247+177=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF7B1 is #34084E. Grayscale: #E2E2E2. Windows color (decimal): -3409999 or 11663307. OLE color: 11663307.
HSL color Cylindrical-coordinate representation of color #CBF7B1: hue angle of 97.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF7B1 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 177 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.03 |
| HSL | 97.71º | 0.81% | 0.83% | - |
| HSV(B) | 97.71º | 0.28% | 0.97% | - |
| XYZ | 65.83 | 82.39 | 54.03 | - |
| YUV | 225.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 177 | 0.18 | 0 | 0.28 | 0.03 | 97.71 | 0.81 | 0.83 |
| Hex | CB | F7 | B1 | 12 | 0 | 1C | 3 | 62 | 51 | 53 |
| Octal | 313 | 367 | 261 | 22 | 0 | 34 | 3 | 142 | 121 | 123 |
| Binary | 11001011 | 11110111 | 10110001 | 10010 | 0 | 11100 | 11 | 1100010 | 1010001 | 1010011 |
Color Harmonies of #CBF7B1
Complementary color
Monochromatic Colors of #CBF7B1
Black with #CBF7B1
Text Example
Text Example
White with #CBF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B1; }
p { color: rgb(203,247,177); }
H1.HeaderClassName
{
color: #CBF7B1;
}
.AnyTagClassName
{
color: #CBF7B1;
}
</style>
background-color css
<style>
a { background-color: #CBF7B1; }
a { background-color: rgb(203,247,177); }
div.DivClassName
{
background-color: #CBF7B1;
}
.BgClassName
{
background-color: #CBF7B1;
}
</style>
border-color css
<style>
span { border-color: #CBF7B1; }
span { border-color: rgb(203,247,177); }
td.TdClassName
{
border-color: #CBF7B1;
}
.TagClassName
{
border-color: #CBF7B1;
}
</style>