#2A889E

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

Shades of Scooter #2A889E

Tints of Scooter #2A889E

Color information

#2A889E (or 0x2A889E) is unknown color: approx Scooter. HEX triplet: 2A, 88 and 9E. RGB value is (42,136,158). Sum of RGB (Red+Green+Blue) = 42+136+158=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A889E is #D57761. Grayscale: #6E6E6E. Windows color (decimal): -13989730 or 10389546. OLE color: 10389546.

HSL color Cylindrical-coordinate representation of color #2A889E: hue angle of 191.38º 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 #2A889E is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42136158-
CMYK0.730.1400.38
HSL191.38º58%39.22%-
HSV(B)191.38º73.42%61.96%-
XYZ15.9320.5735.48-
YUV110.4154.8679.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=12.5%
G=40.48%
B=47.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421361580.730.1400.38191.385839.22
Hex2A889E49E026bf3a27
Octal52210236111160462777247
Binary101010100010001001111010010011110010011010111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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