#2E919A

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

Shades of Scooter #2E919A

Tints of Scooter #2E919A

Color information

#2E919A (or 0x2E919A) is unknown color: approx Scooter. HEX triplet: 2E, 91 and 9A. RGB value is (46,145,154). Sum of RGB (Red+Green+Blue) = 46+145+154=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E919A is #D16E65. Grayscale: #747474. Windows color (decimal): -13725286 or 10129710. OLE color: 10129710.

HSL color Cylindrical-coordinate representation of color #2E919A: hue angle of 185º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E919A is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB46145154-
CMYK0.700.0600.40
HSL185º54%39.22%-
HSV(B)185º70.13%60.39%-
XYZ17.0823.1634.14-
YUV116.42149.277.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=13.33%
G=42.03%
B=44.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal461451540.700.0600.401855439.22
Hex2E919A466028b93627
Octal5622123210660502716647
Binary10111010010001100110101000110110010100010111001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E919A; }

 p { color: rgb(46,145,154); }

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

<style>
 a { background-color: #2E919A; }

 a { background-color: rgb(46,145,154); }

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

<style>
 span { border-color: #2E919A; }

 span { border-color: rgb(46,145,154); }

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