#308D99

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

Shades of Scooter #308D99

Tints of Scooter #308D99

Color information

#308D99 (or 0x308D99) is unknown color: approx Scooter. HEX triplet: 30, 8D and 99. RGB value is (48,141,153). Sum of RGB (Red+Green+Blue) = 48+141+153=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #308D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D99 is #CF7266. Grayscale: #727272. Windows color (decimal): -13595239 or 10063152. OLE color: 10063152.

HSL color Cylindrical-coordinate representation of color #308D99: hue angle of 186.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308D99 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48141153-
CMYK0.690.0800.4
HSL186.86º52.24%39.41%-
HSV(B)186.86º68.63%60%-
XYZ16.4921.9833.51-
YUV114.56149.6980.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=14.04%
G=41.23%
B=44.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481411530.690.0800.4186.8652.2439.41
Hex308D99458028bb3427
Octal60215231105100502736447
Binary110000100011011001100110001011000010100010111011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D99; }

 p { color: rgb(48,141,153); }

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

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

 a { background-color: rgb(48,141,153); }

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

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

 span { border-color: rgb(48,141,153); }

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