Shades of Keppel #70BBA0
Tints of Keppel #70BBA0
RGB
CMYK
RGB Variations
Color information
#70BBA0 (or 0x70BBA0) is known color: Keppel. HEX triplet: 70, BB and A0. RGB value is (112,187,160). Sum of RGB (Red+Green+Blue) = 112+187+160=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA0 is #8F445F. Grayscale: #A1A1A1. Windows color (decimal): -9389152 or 10533744. OLE color: 10533744.
HSL color Cylindrical-coordinate representation of color #70BBA0: hue angle of 158.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BBA0 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 160 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.27 |
| HSL | 158.4º | 0.36% | 0.59% | - |
| HSV(B) | 158.4º | 0.4% | 0.73% | - |
| XYZ | 30.8 | 41.52 | 39.65 | - |
| YUV | 161.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 160 | 0.40 | 0 | 0.14 | 0.27 | 158.4 | 0.36 | 0.59 |
| Hex | 70 | BB | A0 | 28 | 0 | E | 1B | 9E | 24 | 3B |
| Octal | 160 | 273 | 240 | 50 | 0 | 16 | 33 | 236 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10100000 | 101000 | 0 | 1110 | 11011 | 10011110 | 100100 | 111011 |
Color Harmonies of #70BBA0
Complementary color
Monochromatic Colors of #70BBA0
Black with #70BBA0
Text Example
Text Example
White with #70BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBA0; }
p { color: rgb(112,187,160); }
H1.HeaderClassName
{
color: #70BBA0;
}
.AnyTagClassName
{
color: #70BBA0;
}
</style>
background-color css
<style>
a { background-color: #70BBA0; }
a { background-color: rgb(112,187,160); }
div.DivClassName
{
background-color: #70BBA0;
}
.BgClassName
{
background-color: #70BBA0;
}
</style>
border-color css
<style>
span { border-color: #70BBA0; }
span { border-color: rgb(112,187,160); }
td.TdClassName
{
border-color: #70BBA0;
}
.TagClassName
{
border-color: #70BBA0;
}
</style>