#40A6A7

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

Shades of Scooter #40A6A7

Tints of Scooter #40A6A7

Color information

#40A6A7 (or 0x40A6A7) is unknown color: approx Scooter. HEX triplet: 40, A6 and A7. RGB value is (64,166,167). Sum of RGB (Red+Green+Blue) = 64+166+167=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #40A6A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A6A7 is #BF5958. Grayscale: #878787. Windows color (decimal): -12540249 or 10987072. OLE color: 10987072.

HSL color Cylindrical-coordinate representation of color #40A6A7: hue angle of 180.58º 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 #40A6A7 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64166167-
CMYK0.620.0100.35
HSL180.58º44.59%45.29%-
HSV(B)180.58º61.68%65.49%-
XYZ22.7331.1541.37-
YUV135.62145.7176.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=16.12%
G=41.81%
B=42.07%

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
Decimal641661670.620.0100.35180.5844.5945.29
Hex40A6A73E1023b52d2d
Octal1002462477610432655555
Binary100000010100110101001111111101010001110110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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