#3B9CAA

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

Shades of Scooter #3B9CAA

Tints of Scooter #3B9CAA

Color information

#3B9CAA (or 0x3B9CAA) is unknown color: approx Scooter. HEX triplet: 3B, 9C and AA. RGB value is (59,156,170). Sum of RGB (Red+Green+Blue) = 59+156+170=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9CAA is #C46355. Grayscale: #808080. Windows color (decimal): -12870486 or 11181115. OLE color: 11181115.

HSL color Cylindrical-coordinate representation of color #3B9CAA: hue angle of 187.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B9CAA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB59156170-
CMYK0.650.0800.33
HSL187.57º48.47%44.9%-
HSV(B)187.57º65.29%66.67%-
XYZ20.9527.6142.26-
YUV128.59151.3678.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.32%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=15.32%
G=40.52%
B=44.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591561700.650.0800.33187.5748.4744.9
Hex3B9CAA418021bc302d
Octal73234252101100412746055
Binary111011100111001010101010000011000010000110111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,156,170); }

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

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

 a { background-color: rgb(59,156,170); }

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

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

 span { border-color: rgb(59,156,170); }

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