#3B999F

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

Shades of Scooter #3B999F

Tints of Scooter #3B999F

Color information

#3B999F (or 0x3B999F) is unknown color: approx Scooter. HEX triplet: 3B, 99 and 9F. RGB value is (59,153,159). Sum of RGB (Red+Green+Blue) = 59+153+159=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B999F is #C46660. Grayscale: #7D7D7D. Windows color (decimal): -12871265 or 10459451. OLE color: 10459451.

HSL color Cylindrical-coordinate representation of color #3B999F: hue angle of 183.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B999F is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59153159-
CMYK0.630.0400.38
HSL183.6º45.87%42.75%-
HSV(B)183.6º62.89%62.35%-
XYZ19.4526.2236.84-
YUV125.58146.8680.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=15.90%
G=41.24%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591531590.630.0400.38183.645.8742.75
Hex3B999F3F4026b82e2b
Octal732312377740462705653
Binary1110111001100110011111111111100010011010111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B999F; }

 p { color: rgb(59,153,159); }

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

<style>
 a { background-color: #3B999F; }

 a { background-color: rgb(59,153,159); }

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

<style>
 span { border-color: #3B999F; }

 span { border-color: rgb(59,153,159); }

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