Shades of Bay Leaf #70BE88
Tints of Bay Leaf #70BE88
RGB
CMYK
RGB Variations
Color information
#70BE88 (or 0x70BE88) is known color: Bay Leaf. HEX triplet: 70, BE and 88. RGB value is (112,190,136). Sum of RGB (Red+Green+Blue) = 112+190+136=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE88 is #8F4177. Grayscale: #A0A0A0. Windows color (decimal): -9388408 or 8961648. OLE color: 8961648.
HSL color Cylindrical-coordinate representation of color #70BE88: hue angle of 138.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE88 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 136 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.25 |
| HSL | 138.46º | 0.38% | 0.59% | - |
| HSV(B) | 138.46º | 0.41% | 0.75% | - |
| XYZ | 29.54 | 42.05 | 29.85 | - |
| YUV | 160.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 136 | 0.41 | 0 | 0.28 | 0.25 | 138.46 | 0.38 | 0.59 |
| Hex | 70 | BE | 88 | 29 | 0 | 1C | 19 | 8A | 26 | 3B |
| Octal | 160 | 276 | 210 | 51 | 0 | 34 | 31 | 212 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10001000 | 101001 | 0 | 11100 | 11001 | 10001010 | 100110 | 111011 |
Color Harmonies of #70BE88
Complementary color
Monochromatic Colors of #70BE88
Black with #70BE88
Text Example
Text Example
White with #70BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE88; }
p { color: rgb(112,190,136); }
H1.HeaderClassName
{
color: #70BE88;
}
.AnyTagClassName
{
color: #70BE88;
}
</style>
background-color css
<style>
a { background-color: #70BE88; }
a { background-color: rgb(112,190,136); }
div.DivClassName
{
background-color: #70BE88;
}
.BgClassName
{
background-color: #70BE88;
}
</style>
border-color css
<style>
span { border-color: #70BE88; }
span { border-color: rgb(112,190,136); }
td.TdClassName
{
border-color: #70BE88;
}
.TagClassName
{
border-color: #70BE88;
}
</style>