#388D99

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

Shades of Scooter #388D99

Tints of Scooter #388D99

Color information

#388D99 (or 0x388D99) is unknown color: approx Scooter. HEX triplet: 38, 8D and 99. RGB value is (56,141,153). Sum of RGB (Red+Green+Blue) = 56+141+153=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #388D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D99 is #C77266. Grayscale: #747474. Windows color (decimal): -13070951 or 10063160. OLE color: 10063160.

HSL color Cylindrical-coordinate representation of color #388D99: hue angle of 187.42º 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 #388D99 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB56141153-
CMYK0.630.0800.4
HSL187.42º46.41%40.98%-
HSV(B)187.42º63.4%60%-
XYZ16.9122.1933.53-
YUV116.95148.3484.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=16%
G=40.29%
B=43.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561411530.630.0800.4187.4246.4140.98
Hex388D993F8028bb2e29
Octal7021523177100502735651
Binary11100010001101100110011111111000010100010111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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