#30989F

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

Shades of Scooter #30989F

Tints of Scooter #30989F

Color information

#30989F (or 0x30989F) is unknown color: approx Scooter. HEX triplet: 30, 98 and 9F. RGB value is (48,152,159). Sum of RGB (Red+Green+Blue) = 48+152+159=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #30989F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30989F is #CF6760. Grayscale: #797979. Windows color (decimal): -13592417 or 10459184. OLE color: 10459184.

HSL color Cylindrical-coordinate representation of color #30989F: hue angle of 183.78º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30989F is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48152159-
CMYK0.700.0400.38
HSL183.78º53.62%40.59%-
HSV(B)183.78º69.81%62.35%-
XYZ18.7125.5936.75-
YUV121.7149.0475.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=13.37%
G=42.34%
B=44.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481521590.700.0400.38183.7853.6240.59
Hex30989F464026b83629
Octal6023023710640462706651
Binary11000010011000100111111000110100010011010111000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30989F; }

 p { color: rgb(48,152,159); }

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

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

 a { background-color: rgb(48,152,159); }

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

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

 span { border-color: rgb(48,152,159); }

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