#2B8B9E

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

Shades of Scooter #2B8B9E

Tints of Scooter #2B8B9E

Color information

#2B8B9E (or 0x2B8B9E) is unknown color: approx Scooter. HEX triplet: 2B, 8B and 9E. RGB value is (43,139,158). Sum of RGB (Red+Green+Blue) = 43+139+158=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B8B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8B9E is #D47461. Grayscale: #707070. Windows color (decimal): -13923426 or 10390315. OLE color: 10390315.

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

Color convert

RGB43139158-
CMYK0.730.1200.38
HSL189.91º57.21%39.41%-
HSV(B)189.91º72.78%61.96%-
XYZ16.421.4535.62-
YUV112.46153.778.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.65%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=12.65%
G=40.88%
B=46.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431391580.730.1200.38189.9157.2139.41
Hex2B8B9E49C026be3927
Octal53213236111140462767147
Binary101011100010111001111010010011100010011010111110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,158); }

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

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

 a { background-color: rgb(43,139,158); }

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

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

 span { border-color: rgb(43,139,158); }

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