Shades of Tea Green #CBF2B5
Tints of Tea Green #CBF2B5
RGB
CMYK
RGB Variations
Color information
#CBF2B5 (or 0xCBF2B5) is known color: Tea Green. HEX triplet: CB, F2 and B5. RGB value is (203,242,181). Sum of RGB (Red+Green+Blue) = 203+242+181=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2B5 is #340D4A. Grayscale: #DFDFDF. Windows color (decimal): -3411275 or 11924171. OLE color: 11924171.
HSL color Cylindrical-coordinate representation of color #CBF2B5: hue angle of 98.36º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF2B5 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 181 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.05 |
| HSL | 98.36º | 0.7% | 0.83% | - |
| HSV(B) | 98.36º | 0.25% | 0.95% | - |
| XYZ | 64.72 | 79.54 | 55.66 | - |
| YUV | 223.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 181 | 0.16 | 0 | 0.25 | 0.05 | 98.36 | 0.7 | 0.83 |
| Hex | CB | F2 | B5 | 10 | 0 | 19 | 5 | 62 | 46 | 53 |
| Octal | 313 | 362 | 265 | 20 | 0 | 31 | 5 | 142 | 106 | 123 |
| Binary | 11001011 | 11110010 | 10110101 | 10000 | 0 | 11001 | 101 | 1100010 | 1000110 | 1010011 |
Color Harmonies of #CBF2B5
Complementary color
Monochromatic Colors of #CBF2B5
Black with #CBF2B5
Text Example
Text Example
White with #CBF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2B5; }
p { color: rgb(203,242,181); }
H1.HeaderClassName
{
color: #CBF2B5;
}
.AnyTagClassName
{
color: #CBF2B5;
}
</style>
background-color css
<style>
a { background-color: #CBF2B5; }
a { background-color: rgb(203,242,181); }
div.DivClassName
{
background-color: #CBF2B5;
}
.BgClassName
{
background-color: #CBF2B5;
}
</style>
border-color css
<style>
span { border-color: #CBF2B5; }
span { border-color: rgb(203,242,181); }
td.TdClassName
{
border-color: #CBF2B5;
}
.TagClassName
{
border-color: #CBF2B5;
}
</style>