#308EAB

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

Shades of Scooter #308EAB

Tints of Scooter #308EAB

Color information

#308EAB (or 0x308EAB) is unknown color: approx Scooter. HEX triplet: 30, 8E and AB. RGB value is (48,142,171). Sum of RGB (Red+Green+Blue) = 48+142+171=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #308EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308EAB is #CF7154. Grayscale: #747474. Windows color (decimal): -13594965 or 11243056. OLE color: 11243056.

HSL color Cylindrical-coordinate representation of color #308EAB: hue angle of 194.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308EAB is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48142171-
CMYK0.720.1700.33
HSL194.15º56.16%42.94%-
HSV(B)194.15º71.93%67.06%-
XYZ18.2422.9141.99-
YUV117.2158.3678.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=13.30%
G=39.34%
B=47.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481421710.720.1700.33194.1556.1642.94
Hex308EAB4811021c2382b
Octal60216253110210413027053
Binary1100001000111010101011100100010001010000111000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,142,171); }

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

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

 a { background-color: rgb(48,142,171); }

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

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

 span { border-color: rgb(48,142,171); }

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