Html Css Color HEX #29829A Scooter

📋 copy color: '#29829A'

red 41 ◦ green 130 ◦ blue 154

#29829A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #29829A

Tints of Scooter #29829A

RGB

 RED value IS 41 (16.41% from 255) = 12.62%

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 12.62%
G = 40%
B = 47.38%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29829A (or 0x29829A) is known color: Scooter. HEX triplet: 29, 82 and 9A. RGB value is (41,130,154). Sum of RGB (Red+Green+Blue) = 41+130+154=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #29829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29829A is #D67D65. Grayscale: #696969. Windows color (decimal): -14056806 or 10125865. OLE color: 10125865.

HSL color Cylindrical-coordinate representation of color #29829A: hue angle of 192.74º 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 #29829A is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 130 154 -
CMYK 0.73 0.16 0 0.40
HSL 192.74º 0.58% 0.38% -
HSV(B) 192.74º 0.73% 0.6% -
XYZ 14.73 18.77 33.42 -
YUV 106.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 41 130 154 0.73 0.16 0 0.40 192.74 0.58 0.38
Hex 29 82 9A 49 10 0 28 C1 3A 26
Octal 51 202 232 111 20 0 50 301 72 46
Binary 101001 10000010 10011010 1001001 10000 0 101000 11000001 111010 100110

Color Harmonies of #29829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29829A

Black with #29829A

Text Example


Text Example

White with #29829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29829A;
 }
 .AnyTagClassName
 {
   color: #29829A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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