Shades of Tea Green #CBF9BA
Tints of Tea Green #CBF9BA
RGB
CMYK
RGB Variations
Color information
#CBF9BA (or 0xCBF9BA) is known color: Tea Green. HEX triplet: CB, F9 and BA. RGB value is (203,249,186). Sum of RGB (Red+Green+Blue) = 203+249+186=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9BA is #340645. Grayscale: #E4E4E4. Windows color (decimal): -3409478 or 12253643. OLE color: 12253643.
HSL color Cylindrical-coordinate representation of color #CBF9BA: hue angle of 103.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF9BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 186 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 103.81º | 0.84% | 0.85% | - |
| HSV(B) | 103.81º | 0.25% | 0.98% | - |
| XYZ | 67.37 | 83.99 | 59.12 | - |
| YUV | 228.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 186 | 0.18 | 0 | 0.25 | 0.02 | 103.81 | 0.84 | 0.85 |
| Hex | CB | F9 | BA | 12 | 0 | 19 | 2 | 68 | 54 | 55 |
| Octal | 313 | 371 | 272 | 22 | 0 | 31 | 2 | 150 | 124 | 125 |
| Binary | 11001011 | 11111001 | 10111010 | 10010 | 0 | 11001 | 10 | 1101000 | 1010100 | 1010101 |
Color Harmonies of #CBF9BA
Complementary color
Monochromatic Colors of #CBF9BA
Black with #CBF9BA
Text Example
Text Example
White with #CBF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9BA; }
p { color: rgb(203,249,186); }
H1.HeaderClassName
{
color: #CBF9BA;
}
.AnyTagClassName
{
color: #CBF9BA;
}
</style>
background-color css
<style>
a { background-color: #CBF9BA; }
a { background-color: rgb(203,249,186); }
div.DivClassName
{
background-color: #CBF9BA;
}
.BgClassName
{
background-color: #CBF9BA;
}
</style>
border-color css
<style>
span { border-color: #CBF9BA; }
span { border-color: rgb(203,249,186); }
td.TdClassName
{
border-color: #CBF9BA;
}
.TagClassName
{
border-color: #CBF9BA;
}
</style>