#1E839A

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

Shades of Scooter #1E839A

Tints of Scooter #1E839A

Color information

#1E839A (or 0x1E839A) is unknown color: approx Scooter. HEX triplet: 1E, 83 and 9A. RGB value is (30,131,154). Sum of RGB (Red+Green+Blue) = 30+131+154=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E839A is #E17C65. Grayscale: #676767. Windows color (decimal): -14777446 or 10126110. OLE color: 10126110.

HSL color Cylindrical-coordinate representation of color #1E839A: hue angle of 191.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E839A is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB30131154-
CMYK0.810.1500.40
HSL191.13º67.39%36.08%-
HSV(B)191.13º80.52%60.39%-
XYZ14.4818.8433.45-
YUV103.42156.5475.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.52%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=9.52%
G=41.59%
B=48.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301311540.810.1500.40191.1367.3936.08
Hex1E839A51F028bf4324
Octal362032321211705027710344
Binary111101000001110011010101000111110101000101111111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E839A; }

 p { color: rgb(30,131,154); }

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

<style>
 a { background-color: #1E839A; }

 a { background-color: rgb(30,131,154); }

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

<style>
 span { border-color: #1E839A; }

 span { border-color: rgb(30,131,154); }

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