#208196

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

Shades of Scooter #208196

Tints of Scooter #208196

Color information

#208196 (or 0x208196) is unknown color: approx Scooter. HEX triplet: 20, 81 and 96. RGB value is (32,129,150). Sum of RGB (Red+Green+Blue) = 32+129+150=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #208196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208196 is #DF7E69. Grayscale: #666666. Windows color (decimal): -14646890 or 9863456. OLE color: 9863456.

HSL color Cylindrical-coordinate representation of color #208196: hue angle of 190.68º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208196 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB32129150-
CMYK0.790.1400.41
HSL190.68º64.84%35.69%-
HSV(B)190.68º78.67%58.82%-
XYZ13.9518.2131.63-
YUV102.39154.8677.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.29%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=10.29%
G=41.48%
B=48.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321291500.790.1400.41190.6864.8435.69
Hex2081964FE029bf4124
Octal402012261171605127710144
Binary1000001000000110010110100111111100101001101111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208196; }

 p { color: rgb(32,129,150); }

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

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

 a { background-color: rgb(32,129,150); }

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

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

 span { border-color: rgb(32,129,150); }

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