Shades of Keppel #70BEA0
Tints of Keppel #70BEA0
RGB
CMYK
RGB Variations
Color information
#70BEA0 (or 0x70BEA0) is known color: Keppel. HEX triplet: 70, BE and A0. RGB value is (112,190,160). Sum of RGB (Red+Green+Blue) = 112+190+160=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA0 is #8F415F. Grayscale: #A3A3A3. Windows color (decimal): -9388384 or 10534512. OLE color: 10534512.
HSL color Cylindrical-coordinate representation of color #70BEA0: hue angle of 156.92º 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 #70BEA0 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 160 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.25 |
| HSL | 156.92º | 0.38% | 0.59% | - |
| HSV(B) | 156.92º | 0.41% | 0.75% | - |
| XYZ | 31.44 | 42.81 | 39.86 | - |
| YUV | 163.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 160 | 0.41 | 0 | 0.16 | 0.25 | 156.92 | 0.38 | 0.59 |
| Hex | 70 | BE | A0 | 29 | 0 | 10 | 19 | 9D | 26 | 3B |
| Octal | 160 | 276 | 240 | 51 | 0 | 20 | 31 | 235 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10100000 | 101001 | 0 | 10000 | 11001 | 10011101 | 100110 | 111011 |
Color Harmonies of #70BEA0
Complementary color
Monochromatic Colors of #70BEA0
Black with #70BEA0
Text Example
Text Example
White with #70BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEA0; }
p { color: rgb(112,190,160); }
H1.HeaderClassName
{
color: #70BEA0;
}
.AnyTagClassName
{
color: #70BEA0;
}
</style>
background-color css
<style>
a { background-color: #70BEA0; }
a { background-color: rgb(112,190,160); }
div.DivClassName
{
background-color: #70BEA0;
}
.BgClassName
{
background-color: #70BEA0;
}
</style>
border-color css
<style>
span { border-color: #70BEA0; }
span { border-color: rgb(112,190,160); }
td.TdClassName
{
border-color: #70BEA0;
}
.TagClassName
{
border-color: #70BEA0;
}
</style>