#1E879A

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

Shades of Scooter #1E879A

Tints of Scooter #1E879A

Color information

#1E879A (or 0x1E879A) is unknown color: approx Scooter. HEX triplet: 1E, 87 and 9A. RGB value is (30,135,154). Sum of RGB (Red+Green+Blue) = 30+135+154=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E879A is #E17865. Grayscale: #696969. Windows color (decimal): -14776422 or 10127134. OLE color: 10127134.

HSL color Cylindrical-coordinate representation of color #1E879A: hue angle of 189.19º 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 #1E879A is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB30135154-
CMYK0.810.1200.40
HSL189.19º67.39%36.08%-
HSV(B)189.19º80.52%60.39%-
XYZ15.0319.9433.63-
YUV105.77155.2173.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.40%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=9.40%
G=42.32%
B=48.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301351540.810.1200.40189.1967.3936.08
Hex1E879A51C028bd4324
Octal362072321211405027510344
Binary111101000011110011010101000111000101000101111011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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