Shades of Scooter #188BA2
Tints of Scooter #188BA2
RGB
CMYK
RGB Variations
Color information
#188BA2 (or 0x188BA2) is known color: Scooter. HEX triplet: 18, 8B and A2. RGB value is (24,139,162). Sum of RGB (Red+Green+Blue) = 24+139+162=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #188BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BA2 is #E7745D. Grayscale: #6B6B6B. Windows color (decimal): -15168606 or 10652440. OLE color: 10652440.
HSL color Cylindrical-coordinate representation of color #188BA2: hue angle of 190º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188BA2 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 139 | 162 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.36 |
| HSL | 190º | 0.74% | 0.36% | - |
| HSV(B) | 190º | 0.85% | 0.64% | - |
| XYZ | 16.13 | 21.27 | 37.44 | - |
| YUV | 107.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 162 | 0.85 | 0.14 | 0 | 0.36 | 190 | 0.74 | 0.36 |
| Hex | 18 | 8B | A2 | 55 | E | 0 | 24 | BE | 4A | 24 |
| Octal | 30 | 213 | 242 | 125 | 16 | 0 | 44 | 276 | 112 | 44 |
| Binary | 11000 | 10001011 | 10100010 | 1010101 | 1110 | 0 | 100100 | 10111110 | 1001010 | 100100 |
Color Harmonies of #188BA2
Complementary color
Monochromatic Colors of #188BA2
Black with #188BA2
Text Example
Text Example
White with #188BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BA2; }
p { color: rgb(24,139,162); }
H1.HeaderClassName
{
color: #188BA2;
}
.AnyTagClassName
{
color: #188BA2;
}
</style>
background-color css
<style>
a { background-color: #188BA2; }
a { background-color: rgb(24,139,162); }
div.DivClassName
{
background-color: #188BA2;
}
.BgClassName
{
background-color: #188BA2;
}
</style>
border-color css
<style>
span { border-color: #188BA2; }
span { border-color: rgb(24,139,162); }
td.TdClassName
{
border-color: #188BA2;
}
.TagClassName
{
border-color: #188BA2;
}
</style>