#3EA6AA

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

Shades of Scooter #3EA6AA

Tints of Scooter #3EA6AA

Color information

#3EA6AA (or 0x3EA6AA) is unknown color: approx Scooter. HEX triplet: 3E, A6 and AA. RGB value is (62,166,170). Sum of RGB (Red+Green+Blue) = 62+166+170=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #3EA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA6AA is #C15955. Grayscale: #878787. Windows color (decimal): -12671318 or 11183678. OLE color: 11183678.

HSL color Cylindrical-coordinate representation of color #3EA6AA: hue angle of 182.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EA6AA is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB62166170-
CMYK0.640.0200.33
HSL182.22º46.55%45.49%-
HSV(B)182.22º63.53%66.67%-
XYZ22.8831.242.85-
YUV135.36147.5475.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.58%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=15.58%
G=41.71%
B=42.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621661700.640.0200.33182.2246.5545.49
Hex3EA6AA402021b62f2d
Octal7624625210020412665755
Binary1111101010011010101010100000010010000110110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EA6AA; }

 p { color: rgb(62,166,170); }

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

<style>
 a { background-color: #3EA6AA; }

 a { background-color: rgb(62,166,170); }

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

<style>
 span { border-color: #3EA6AA; }

 span { border-color: rgb(62,166,170); }

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