#388E99

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

Shades of Scooter #388E99

Tints of Scooter #388E99

Color information

#388E99 (or 0x388E99) is unknown color: approx Scooter. HEX triplet: 38, 8E and 99. RGB value is (56,142,153). Sum of RGB (Red+Green+Blue) = 56+142+153=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #388E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E99 is #C77166. Grayscale: #757575. Windows color (decimal): -13070695 or 10063416. OLE color: 10063416.

HSL color Cylindrical-coordinate representation of color #388E99: hue angle of 186.8º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388E99 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB56142153-
CMYK0.630.0700.4
HSL186.8º46.41%40.98%-
HSV(B)186.8º63.4%60%-
XYZ17.0522.4933.58-
YUV117.54148.0184.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=15.95%
G=40.46%
B=43.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561421530.630.0700.4186.846.4140.98
Hex388E993F7028bb2e29
Octal702162317770502735651
Binary1110001000111010011001111111111010100010111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388E99; }

 p { color: rgb(56,142,153); }

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

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

 a { background-color: rgb(56,142,153); }

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

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

 span { border-color: rgb(56,142,153); }

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