Shades of Bay Leaf #70B38D
Tints of Bay Leaf #70B38D
RGB
CMYK
RGB Variations
Color information
#70B38D (or 0x70B38D) is known color: Bay Leaf. HEX triplet: 70, B3 and 8D. RGB value is (112,179,141). Sum of RGB (Red+Green+Blue) = 112+179+141=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #70B38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B38D is #8F4C72. Grayscale: #9A9A9A. Windows color (decimal): -9391219 or 9286512. OLE color: 9286512.
HSL color Cylindrical-coordinate representation of color #70B38D: hue angle of 145.97º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B38D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 141 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.30 |
| HSL | 145.97º | 0.31% | 0.57% | - |
| HSV(B) | 145.97º | 0.37% | 0.7% | - |
| XYZ | 27.61 | 37.61 | 31 | - |
| YUV | 154.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 141 | 0.37 | 0 | 0.21 | 0.30 | 145.97 | 0.31 | 0.57 |
| Hex | 70 | B3 | 8D | 25 | 0 | 15 | 1E | 92 | 1F | 39 |
| Octal | 160 | 263 | 215 | 45 | 0 | 25 | 36 | 222 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10001101 | 100101 | 0 | 10101 | 11110 | 10010010 | 11111 | 111001 |
Color Harmonies of #70B38D
Complementary color
Monochromatic Colors of #70B38D
Black with #70B38D
Text Example
Text Example
White with #70B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B38D; }
p { color: rgb(112,179,141); }
H1.HeaderClassName
{
color: #70B38D;
}
.AnyTagClassName
{
color: #70B38D;
}
</style>
background-color css
<style>
a { background-color: #70B38D; }
a { background-color: rgb(112,179,141); }
div.DivClassName
{
background-color: #70B38D;
}
.BgClassName
{
background-color: #70B38D;
}
</style>
border-color css
<style>
span { border-color: #70B38D; }
span { border-color: rgb(112,179,141); }
td.TdClassName
{
border-color: #70B38D;
}
.TagClassName
{
border-color: #70B38D;
}
</style>