#40A5A7

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

Shades of Scooter #40A5A7

Tints of Scooter #40A5A7

Color information

#40A5A7 (or 0x40A5A7) is unknown color: approx Scooter. HEX triplet: 40, A5 and A7. RGB value is (64,165,167). Sum of RGB (Red+Green+Blue) = 64+165+167=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #40A5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A5A7 is #BF5A58. Grayscale: #868686. Windows color (decimal): -12540505 or 10986816. OLE color: 10986816.

HSL color Cylindrical-coordinate representation of color #40A5A7: hue angle of 181.17º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A5A7 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64165167-
CMYK0.620.0100.35
HSL181.17º44.59%45.29%-
HSV(B)181.17º61.68%65.49%-
XYZ22.5430.7941.31-
YUV135.03146.0477.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 167 (65.62% from 255) = 42.17%
R=16.16%
G=41.67%
B=42.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641651670.620.0100.35181.1744.5945.29
Hex40A5A73E1023b52d2d
Octal1002452477610432655555
Binary100000010100101101001111111101010001110110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A5A7; }

 p { color: rgb(64,165,167); }

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

<style>
 a { background-color: #40A5A7; }

 a { background-color: rgb(64,165,167); }

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

<style>
 span { border-color: #40A5A7; }

 span { border-color: rgb(64,165,167); }

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