#198aa0

Color #198AA0 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #198AA0

Tints of Scooter #198AA0

Color information

#198AA0 (or 0x198AA0) is unknown color: approx Scooter. HEX triplet: 19, 8A and A0. RGB value is (25,138,160). Sum of RGB (Red+Green+Blue) = 25+138+160=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #198AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AA0 is #E6755F. Grayscale: #6A6A6A. Windows color (decimal): -15103328 or 10521113. OLE color: 10521113.

HSL color Cylindrical-coordinate representation of color #198AA0: hue angle of 189.78º 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 #198AA0 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB25138160-
CMYK0.840.1400.37
HSL189.78º72.97%36.27%-
HSV(B)189.78º84.38%62.75%-
XYZ15.8320.9236.46-
YUV106.72158.0669.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 160 (62.89% from 255) = 49.54%
R=7.74%
G=42.72%
B=49.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251381600.840.1400.37189.7872.9736.27
Hex198AA054E025be4924
Octal312122401241604527611144
Binary110011000101010100000101010011100100101101111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198aa0; }

 p { color: rgb(25,138,160); }

 H1.HeaderClassName
 {
   color: #198aa0;
 }
 .AnyTagClassName
 {
   color: #198aa0;
 }
</style>
background-color css

<style>
 a { background-color: #198aa0; }

 a { background-color: rgb(25,138,160); }

 div.DivClassName
 {
   background-color: #198aa0;
 }
 .BgClassName
 {
   background-color: #198aa0;
 }
</style>
border-color css

<style>
 span { border-color: #198aa0; }

 span { border-color: rgb(25,138,160); }

 td.TdClassName
 {
   border-color: #198aa0;
 }
 .TagClassName
 {
   border-color: #198aa0;
 }
</style>