Shades of Tea Green #CBF7B4
Tints of Tea Green #CBF7B4
RGB
CMYK
RGB Variations
Color information
#CBF7B4 (or 0xCBF7B4) is known color: Tea Green. HEX triplet: CB, F7 and B4. RGB value is (203,247,180). Sum of RGB (Red+Green+Blue) = 203+247+180=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B4 is #34084B. Grayscale: #E2E2E2. Windows color (decimal): -3409996 or 11859915. OLE color: 11859915.
HSL color Cylindrical-coordinate representation of color #CBF7B4: hue angle of 99.4º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF7B4 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 180 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.03 |
| HSL | 99.4º | 0.81% | 0.84% | - |
| HSV(B) | 99.4º | 0.27% | 0.97% | - |
| XYZ | 66.13 | 82.51 | 55.62 | - |
| YUV | 226.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 180 | 0.18 | 0 | 0.27 | 0.03 | 99.4 | 0.81 | 0.84 |
| Hex | CB | F7 | B4 | 12 | 0 | 1B | 3 | 63 | 51 | 54 |
| Octal | 313 | 367 | 264 | 22 | 0 | 33 | 3 | 143 | 121 | 124 |
| Binary | 11001011 | 11110111 | 10110100 | 10010 | 0 | 11011 | 11 | 1100011 | 1010001 | 1010100 |
Color Harmonies of #CBF7B4
Complementary color
Monochromatic Colors of #CBF7B4
Black with #CBF7B4
Text Example
Text Example
White with #CBF7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B4; }
p { color: rgb(203,247,180); }
H1.HeaderClassName
{
color: #CBF7B4;
}
.AnyTagClassName
{
color: #CBF7B4;
}
</style>
background-color css
<style>
a { background-color: #CBF7B4; }
a { background-color: rgb(203,247,180); }
div.DivClassName
{
background-color: #CBF7B4;
}
.BgClassName
{
background-color: #CBF7B4;
}
</style>
border-color css
<style>
span { border-color: #CBF7B4; }
span { border-color: rgb(203,247,180); }
td.TdClassName
{
border-color: #CBF7B4;
}
.TagClassName
{
border-color: #CBF7B4;
}
</style>