#308A96

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

Shades of Scooter #308A96

Tints of Scooter #308A96

Color information

#308A96 (or 0x308A96) is unknown color: approx Scooter. HEX triplet: 30, 8A and 96. RGB value is (48,138,150). Sum of RGB (Red+Green+Blue) = 48+138+150=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #308A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308A96 is #CF7569. Grayscale: #707070. Windows color (decimal): -13596010 or 9865776. OLE color: 9865776.

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

Color convert

RGB48138150-
CMYK0.680.0800.41
HSL187.06º51.52%38.82%-
HSV(B)187.06º68%58.82%-
XYZ15.8121.0132.08-
YUV112.46149.1882.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=14.29%
G=41.07%
B=44.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481381500.680.0800.41187.0651.5238.82
Hex308A96448029bb3427
Octal60212226104100512736447
Binary110000100010101001011010001001000010100110111011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,138,150); }

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

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

 a { background-color: rgb(48,138,150); }

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

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

 span { border-color: rgb(48,138,150); }

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