Shades of Bay Leaf #70BC88
Tints of Bay Leaf #70BC88
RGB
CMYK
RGB Variations
Color information
#70BC88 (or 0x70BC88) is known color: Bay Leaf. HEX triplet: 70, BC and 88. RGB value is (112,188,136). Sum of RGB (Red+Green+Blue) = 112+188+136=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC88 is #8F4377. Grayscale: #9F9F9F. Windows color (decimal): -9388920 or 8961136. OLE color: 8961136.
HSL color Cylindrical-coordinate representation of color #70BC88: hue angle of 138.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC88 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 136 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.26 |
| HSL | 138.95º | 0.36% | 0.59% | - |
| HSV(B) | 138.95º | 0.4% | 0.74% | - |
| XYZ | 29.11 | 41.19 | 29.71 | - |
| YUV | 159.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 136 | 0.40 | 0 | 0.28 | 0.26 | 138.95 | 0.36 | 0.59 |
| Hex | 70 | BC | 88 | 28 | 0 | 1C | 1A | 8B | 24 | 3B |
| Octal | 160 | 274 | 210 | 50 | 0 | 34 | 32 | 213 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10001000 | 101000 | 0 | 11100 | 11010 | 10001011 | 100100 | 111011 |
Color Harmonies of #70BC88
Complementary color
Monochromatic Colors of #70BC88
Black with #70BC88
Text Example
Text Example
White with #70BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC88; }
p { color: rgb(112,188,136); }
H1.HeaderClassName
{
color: #70BC88;
}
.AnyTagClassName
{
color: #70BC88;
}
</style>
background-color css
<style>
a { background-color: #70BC88; }
a { background-color: rgb(112,188,136); }
div.DivClassName
{
background-color: #70BC88;
}
.BgClassName
{
background-color: #70BC88;
}
</style>
border-color css
<style>
span { border-color: #70BC88; }
span { border-color: rgb(112,188,136); }
td.TdClassName
{
border-color: #70BC88;
}
.TagClassName
{
border-color: #70BC88;
}
</style>