#2A8D9B

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

Shades of Scooter #2A8D9B

Tints of Scooter #2A8D9B

Color information

#2A8D9B (or 0x2A8D9B) is unknown color: approx Scooter. HEX triplet: 2A, 8D and 9B. RGB value is (42,141,155). Sum of RGB (Red+Green+Blue) = 42+141+155=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A8D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8D9B is #D57264. Grayscale: #707070. Windows color (decimal): -13988453 or 10194218. OLE color: 10194218.

HSL color Cylindrical-coordinate representation of color #2A8D9B: hue angle of 187.43º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A8D9B is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42141155-
CMYK0.730.0900.39
HSL187.43º57.36%38.63%-
HSV(B)187.43º72.9%60.78%-
XYZ16.421.9134.37-
YUV112.99151.777.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.43%
GREEN value IS 141 (55.47% from 255) = 41.72%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=12.43%
G=41.72%
B=45.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421411550.730.0900.39187.4357.3638.63
Hex2A8D9B499027bb3927
Octal52215233111110472737147
Binary101010100011011001101110010011001010011110111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,141,155); }

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

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

 a { background-color: rgb(42,141,155); }

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

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

 span { border-color: rgb(42,141,155); }

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