Shades of Tea Green #CBF7B5
Tints of Tea Green #CBF7B5
RGB
CMYK
RGB Variations
Color information
#CBF7B5 (or 0xCBF7B5) is known color: Tea Green. HEX triplet: CB, F7 and B5. RGB value is (203,247,181). Sum of RGB (Red+Green+Blue) = 203+247+181=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B5 is #34084A. Grayscale: #E2E2E2. Windows color (decimal): -3409995 or 11925451. OLE color: 11925451.
HSL color Cylindrical-coordinate representation of color #CBF7B5: hue angle of 100º degrees, saturation: 0.8, 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 #CBF7B5 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 181 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.03 |
| HSL | 100º | 0.8% | 0.84% | - |
| HSV(B) | 100º | 0.27% | 0.97% | - |
| XYZ | 66.23 | 82.55 | 56.16 | - |
| YUV | 226.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 181 | 0.18 | 0 | 0.27 | 0.03 | 100 | 0.8 | 0.84 |
| Hex | CB | F7 | B5 | 12 | 0 | 1B | 3 | 64 | 50 | 54 |
| Octal | 313 | 367 | 265 | 22 | 0 | 33 | 3 | 144 | 120 | 124 |
| Binary | 11001011 | 11110111 | 10110101 | 10010 | 0 | 11011 | 11 | 1100100 | 1010000 | 1010100 |
Color Harmonies of #CBF7B5
Complementary color
Monochromatic Colors of #CBF7B5
Black with #CBF7B5
Text Example
Text Example
White with #CBF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B5; }
p { color: rgb(203,247,181); }
H1.HeaderClassName
{
color: #CBF7B5;
}
.AnyTagClassName
{
color: #CBF7B5;
}
</style>
background-color css
<style>
a { background-color: #CBF7B5; }
a { background-color: rgb(203,247,181); }
div.DivClassName
{
background-color: #CBF7B5;
}
.BgClassName
{
background-color: #CBF7B5;
}
</style>
border-color css
<style>
span { border-color: #CBF7B5; }
span { border-color: rgb(203,247,181); }
td.TdClassName
{
border-color: #CBF7B5;
}
.TagClassName
{
border-color: #CBF7B5;
}
</style>