Shades of Tea Green #CBF5BC
Tints of Tea Green #CBF5BC
RGB
CMYK
RGB Variations
Color information
#CBF5BC (or 0xCBF5BC) is known color: Tea Green. HEX triplet: CB, F5 and BC. RGB value is (203,245,188). Sum of RGB (Red+Green+Blue) = 203+245+188=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5BC is #340A43. Grayscale: #E2E2E2. Windows color (decimal): -3410500 or 12383691. OLE color: 12383691.
HSL color Cylindrical-coordinate representation of color #CBF5BC: hue angle of 104.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBF5BC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 188 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.04 |
| HSL | 104.21º | 0.74% | 0.85% | - |
| HSV(B) | 104.21º | 0.23% | 0.96% | - |
| XYZ | 66.36 | 81.63 | 59.84 | - |
| YUV | 225.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 188 | 0.17 | 0 | 0.23 | 0.04 | 104.21 | 0.74 | 0.85 |
| Hex | CB | F5 | BC | 11 | 0 | 17 | 4 | 68 | 4A | 55 |
| Octal | 313 | 365 | 274 | 21 | 0 | 27 | 4 | 150 | 112 | 125 |
| Binary | 11001011 | 11110101 | 10111100 | 10001 | 0 | 10111 | 100 | 1101000 | 1001010 | 1010101 |
Color Harmonies of #CBF5BC
Complementary color
Monochromatic Colors of #CBF5BC
Black with #CBF5BC
Text Example
Text Example
White with #CBF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5BC; }
p { color: rgb(203,245,188); }
H1.HeaderClassName
{
color: #CBF5BC;
}
.AnyTagClassName
{
color: #CBF5BC;
}
</style>
background-color css
<style>
a { background-color: #CBF5BC; }
a { background-color: rgb(203,245,188); }
div.DivClassName
{
background-color: #CBF5BC;
}
.BgClassName
{
background-color: #CBF5BC;
}
</style>
border-color css
<style>
span { border-color: #CBF5BC; }
span { border-color: rgb(203,245,188); }
td.TdClassName
{
border-color: #CBF5BC;
}
.TagClassName
{
border-color: #CBF5BC;
}
</style>