Shades of Keppel #70BCA0
Tints of Keppel #70BCA0
RGB
CMYK
RGB Variations
Color information
#70BCA0 (or 0x70BCA0) is known color: Keppel. HEX triplet: 70, BC and A0. RGB value is (112,188,160). Sum of RGB (Red+Green+Blue) = 112+188+160=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA0 is #8F435F. Grayscale: #A2A2A2. Windows color (decimal): -9388896 or 10534000. OLE color: 10534000.
HSL color Cylindrical-coordinate representation of color #70BCA0: hue angle of 157.89º 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 #70BCA0 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 160 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.26 |
| HSL | 157.89º | 0.36% | 0.59% | - |
| HSV(B) | 157.89º | 0.4% | 0.74% | - |
| XYZ | 31.01 | 41.95 | 39.72 | - |
| YUV | 162.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 160 | 0.40 | 0 | 0.15 | 0.26 | 157.89 | 0.36 | 0.59 |
| Hex | 70 | BC | A0 | 28 | 0 | F | 1A | 9E | 24 | 3B |
| Octal | 160 | 274 | 240 | 50 | 0 | 17 | 32 | 236 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10100000 | 101000 | 0 | 1111 | 11010 | 10011110 | 100100 | 111011 |
Color Harmonies of #70BCA0
Complementary color
Monochromatic Colors of #70BCA0
Black with #70BCA0
Text Example
Text Example
White with #70BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCA0; }
p { color: rgb(112,188,160); }
H1.HeaderClassName
{
color: #70BCA0;
}
.AnyTagClassName
{
color: #70BCA0;
}
</style>
background-color css
<style>
a { background-color: #70BCA0; }
a { background-color: rgb(112,188,160); }
div.DivClassName
{
background-color: #70BCA0;
}
.BgClassName
{
background-color: #70BCA0;
}
</style>
border-color css
<style>
span { border-color: #70BCA0; }
span { border-color: rgb(112,188,160); }
td.TdClassName
{
border-color: #70BCA0;
}
.TagClassName
{
border-color: #70BCA0;
}
</style>