#2B8B9B

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

Shades of Scooter #2B8B9B

Tints of Scooter #2B8B9B

Color information

#2B8B9B (or 0x2B8B9B) is unknown color: approx Scooter. HEX triplet: 2B, 8B and 9B. RGB value is (43,139,155). Sum of RGB (Red+Green+Blue) = 43+139+155=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B8B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8B9B is #D47464. Grayscale: #6F6F6F. Windows color (decimal): -13923429 or 10193707. OLE color: 10193707.

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

Color convert

RGB43139155-
CMYK0.720.1000.39
HSL188.57º56.57%38.82%-
HSV(B)188.57º72.26%60.78%-
XYZ16.1521.3534.28-
YUV112.12152.278.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=12.76%
G=41.25%
B=45.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431391550.720.1000.39188.5756.5738.82
Hex2B8B9B48A027bd3927
Octal53213233110120472757147
Binary101011100010111001101110010001010010011110111101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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