Html Css Color HEX #2A829E Scooter

📋 copy color: '#2A829E'

red 42 ◦ green 130 ◦ blue 158

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

Shades of Scooter #2A829E

Tints of Scooter #2A829E

RGB

 RED value IS 42 (16.8% from 255) = 12.73%

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

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 12.73%
G = 39.39%
B = 47.88%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A829E (or 0x2A829E) is known color: Scooter. HEX triplet: 2A, 82 and 9E. RGB value is (42,130,158). Sum of RGB (Red+Green+Blue) = 42+130+158=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A829E is #D57D61. Grayscale: #6A6A6A. Windows color (decimal): -13991266 or 10388010. OLE color: 10388010.

HSL color Cylindrical-coordinate representation of color #2A829E: hue angle of 194.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A829E is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 130 158 -
CMYK 0.73 0.18 0 0.38
HSL 194.48º 0.58% 0.39% -
HSV(B) 194.48º 0.73% 0.62% -
XYZ 15.11 18.93 35.2 -
YUV 106.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 42 130 158 0.73 0.18 0 0.38 194.48 0.58 0.39
Hex 2A 82 9E 49 12 0 26 C2 3A 27
Octal 52 202 236 111 22 0 46 302 72 47
Binary 101010 10000010 10011110 1001001 10010 0 100110 11000010 111010 100111

Color Harmonies of #2A829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A829E

Black with #2A829E

Text Example


Text Example

White with #2A829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A829E; }

 p { color: rgb(42,130,158); }

 H1.HeaderClassName
 {
   color: #2A829E;
 }
 .AnyTagClassName
 {
   color: #2A829E;
 }
</style>

background-color css

<style>
 a { background-color: #2A829E; }

 a { background-color: rgb(42,130,158); }

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

border-color css

<style>
 span { border-color: #2A829E; }

 span { border-color: rgb(42,130,158); }

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