Shades of Tea Green #CBF7B2
Tints of Tea Green #CBF7B2
RGB
CMYK
RGB Variations
Color information
#CBF7B2 (or 0xCBF7B2) is known color: Tea Green. HEX triplet: CB, F7 and B2. RGB value is (203,247,178). Sum of RGB (Red+Green+Blue) = 203+247+178=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF7B2 is #34084D. Grayscale: #E2E2E2. Windows color (decimal): -3409998 or 11728843. OLE color: 11728843.
HSL color Cylindrical-coordinate representation of color #CBF7B2: hue angle of 98.26º 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 #CBF7B2 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 178 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.03 |
| HSL | 98.26º | 0.81% | 0.83% | - |
| HSV(B) | 98.26º | 0.28% | 0.97% | - |
| XYZ | 65.93 | 82.43 | 54.56 | - |
| YUV | 225.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 178 | 0.18 | 0 | 0.28 | 0.03 | 98.26 | 0.81 | 0.83 |
| Hex | CB | F7 | B2 | 12 | 0 | 1C | 3 | 62 | 51 | 53 |
| Octal | 313 | 367 | 262 | 22 | 0 | 34 | 3 | 142 | 121 | 123 |
| Binary | 11001011 | 11110111 | 10110010 | 10010 | 0 | 11100 | 11 | 1100010 | 1010001 | 1010011 |
Color Harmonies of #CBF7B2
Complementary color
Monochromatic Colors of #CBF7B2
Black with #CBF7B2
Text Example
Text Example
White with #CBF7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7B2; }
p { color: rgb(203,247,178); }
H1.HeaderClassName
{
color: #CBF7B2;
}
.AnyTagClassName
{
color: #CBF7B2;
}
</style>
background-color css
<style>
a { background-color: #CBF7B2; }
a { background-color: rgb(203,247,178); }
div.DivClassName
{
background-color: #CBF7B2;
}
.BgClassName
{
background-color: #CBF7B2;
}
</style>
border-color css
<style>
span { border-color: #CBF7B2; }
span { border-color: rgb(203,247,178); }
td.TdClassName
{
border-color: #CBF7B2;
}
.TagClassName
{
border-color: #CBF7B2;
}
</style>