#2996A6

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

Shades of Scooter #2996A6

Tints of Scooter #2996A6

Color information

#2996A6 (or 0x2996A6) is unknown color: approx Scooter. HEX triplet: 29, 96 and A6. RGB value is (41,150,166). Sum of RGB (Red+Green+Blue) = 41+150+166=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #2996A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2996A6 is #D66959. Grayscale: #777777. Windows color (decimal): -14051674 or 10917417. OLE color: 10917417.

HSL color Cylindrical-coordinate representation of color #2996A6: hue angle of 187.68º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2996A6 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41150166-
CMYK0.750.1000.35
HSL187.68º60.39%40.59%-
HSV(B)187.68º75.3%65.1%-
XYZ18.725.0439.92-
YUV119.23154.3972.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=11.48%
G=42.02%
B=46.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411501660.750.1000.35187.6860.3940.59
Hex2996A64BA023bc3c29
Octal51226246113120432747451
Binary101001100101101010011010010111010010001110111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2996A6; }

 p { color: rgb(41,150,166); }

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

<style>
 a { background-color: #2996A6; }

 a { background-color: rgb(41,150,166); }

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

<style>
 span { border-color: #2996A6; }

 span { border-color: rgb(41,150,166); }

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