Shades of Scooter #198BA0
Tints of Scooter #198BA0
RGB
CMYK
RGB Variations
Color information
#198BA0 (or 0x198BA0) is known color: Scooter. HEX triplet: 19, 8B and A0. RGB value is (25,139,160). Sum of RGB (Red+Green+Blue) = 25+139+160=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #198BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BA0 is #E6745F. Grayscale: #6B6B6B. Windows color (decimal): -15103072 or 10521369. OLE color: 10521369.
HSL color Cylindrical-coordinate representation of color #198BA0: hue angle of 189.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198BA0 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 139 | 160 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.37 |
| HSL | 189.33º | 0.73% | 0.36% | - |
| HSV(B) | 189.33º | 0.84% | 0.63% | - |
| XYZ | 15.98 | 21.21 | 36.51 | - |
| YUV | 107.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 160 | 0.84 | 0.13 | 0 | 0.37 | 189.33 | 0.73 | 0.36 |
| Hex | 19 | 8B | A0 | 54 | D | 0 | 25 | BD | 49 | 24 |
| Octal | 31 | 213 | 240 | 124 | 15 | 0 | 45 | 275 | 111 | 44 |
| Binary | 11001 | 10001011 | 10100000 | 1010100 | 1101 | 0 | 100101 | 10111101 | 1001001 | 100100 |
Color Harmonies of #198BA0
Complementary color
Monochromatic Colors of #198BA0
Black with #198BA0
Text Example
Text Example
White with #198BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BA0; }
p { color: rgb(25,139,160); }
H1.HeaderClassName
{
color: #198BA0;
}
.AnyTagClassName
{
color: #198BA0;
}
</style>
background-color css
<style>
a { background-color: #198BA0; }
a { background-color: rgb(25,139,160); }
div.DivClassName
{
background-color: #198BA0;
}
.BgClassName
{
background-color: #198BA0;
}
</style>
border-color css
<style>
span { border-color: #198BA0; }
span { border-color: rgb(25,139,160); }
td.TdClassName
{
border-color: #198BA0;
}
.TagClassName
{
border-color: #198BA0;
}
</style>