#188AA2

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

Shades of Scooter #188AA2

Tints of Scooter #188AA2

Color information

#188AA2 (or 0x188AA2) is unknown color: approx Scooter. HEX triplet: 18, 8A and A2. RGB value is (24,138,162). Sum of RGB (Red+Green+Blue) = 24+138+162=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #188AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AA2 is #E7755D. Grayscale: #6A6A6A. Windows color (decimal): -15168862 or 10652184. OLE color: 10652184.

HSL color Cylindrical-coordinate representation of color #188AA2: hue angle of 190.43º 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 #188AA2 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB24138162-
CMYK0.850.1500.36
HSL190.43º74.19%36.47%-
HSV(B)190.43º85.19%63.53%-
XYZ15.9920.9837.39-
YUV106.65159.2369.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.41%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 162 (63.67% from 255) = 50%
R=7.41%
G=42.59%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241381620.850.1500.36190.4374.1936.47
Hex188AA255F024be4a24
Octal302122421251704427611244
Binary110001000101010100010101010111110100100101111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188AA2; }

 p { color: rgb(24,138,162); }

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

<style>
 a { background-color: #188AA2; }

 a { background-color: rgb(24,138,162); }

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

<style>
 span { border-color: #188AA2; }

 span { border-color: rgb(24,138,162); }

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