Shades of Tea Green #CBF8BA
Tints of Tea Green #CBF8BA
RGB
CMYK
RGB Variations
Color information
#CBF8BA (or 0xCBF8BA) is known color: Tea Green. HEX triplet: CB, F8 and BA. RGB value is (203,248,186). Sum of RGB (Red+Green+Blue) = 203+248+186=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8BA is #340745. Grayscale: #E3E3E3. Windows color (decimal): -3409734 or 12253387. OLE color: 12253387.
HSL color Cylindrical-coordinate representation of color #CBF8BA: hue angle of 103.55º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF8BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 186 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.03 |
| HSL | 103.55º | 0.82% | 0.85% | - |
| HSV(B) | 103.55º | 0.25% | 0.97% | - |
| XYZ | 67.06 | 83.38 | 59.01 | - |
| YUV | 227.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 186 | 0.18 | 0 | 0.25 | 0.03 | 103.55 | 0.82 | 0.85 |
| Hex | CB | F8 | BA | 12 | 0 | 19 | 3 | 68 | 52 | 55 |
| Octal | 313 | 370 | 272 | 22 | 0 | 31 | 3 | 150 | 122 | 125 |
| Binary | 11001011 | 11111000 | 10111010 | 10010 | 0 | 11001 | 11 | 1101000 | 1010010 | 1010101 |
Color Harmonies of #CBF8BA
Complementary color
Monochromatic Colors of #CBF8BA
Black with #CBF8BA
Text Example
Text Example
White with #CBF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8BA; }
p { color: rgb(203,248,186); }
H1.HeaderClassName
{
color: #CBF8BA;
}
.AnyTagClassName
{
color: #CBF8BA;
}
</style>
background-color css
<style>
a { background-color: #CBF8BA; }
a { background-color: rgb(203,248,186); }
div.DivClassName
{
background-color: #CBF8BA;
}
.BgClassName
{
background-color: #CBF8BA;
}
</style>
border-color css
<style>
span { border-color: #CBF8BA; }
span { border-color: rgb(203,248,186); }
td.TdClassName
{
border-color: #CBF8BA;
}
.TagClassName
{
border-color: #CBF8BA;
}
</style>