#29909A

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

Shades of Scooter #29909A

Tints of Scooter #29909A

Color information

#29909A (or 0x29909A) is unknown color: approx Scooter. HEX triplet: 29, 90 and 9A. RGB value is (41,144,154). Sum of RGB (Red+Green+Blue) = 41+144+154=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #29909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29909A is #D66F65. Grayscale: #727272. Windows color (decimal): -14053222 or 10129449. OLE color: 10129449.

HSL color Cylindrical-coordinate representation of color #29909A: hue angle of 185.31º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29909A is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41144154-
CMYK0.730.0600.40
HSL185.31º57.95%38.24%-
HSV(B)185.31º73.38%60.39%-
XYZ16.7222.7534.08-
YUV114.34150.3875.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=12.09%
G=42.48%
B=45.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411441540.730.0600.40185.3157.9538.24
Hex29909A496028b93a26
Octal5122023211160502717246
Binary10100110010000100110101001001110010100010111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29909A; }

 p { color: rgb(41,144,154); }

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

<style>
 a { background-color: #29909A; }

 a { background-color: rgb(41,144,154); }

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

<style>
 span { border-color: #29909A; }

 span { border-color: rgb(41,144,154); }

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