#399EAB

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

Shades of Scooter #399EAB

Tints of Scooter #399EAB

Color information

#399EAB (or 0x399EAB) is unknown color: approx Scooter. HEX triplet: 39, 9E and AB. RGB value is (57,158,171). Sum of RGB (Red+Green+Blue) = 57+158+171=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #399EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399EAB is #C66154. Grayscale: #818181. Windows color (decimal): -13001045 or 11247161. OLE color: 11247161.

HSL color Cylindrical-coordinate representation of color #399EAB: hue angle of 186.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399EAB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57158171-
CMYK0.670.0800.33
HSL186.84º50%44.71%-
HSV(B)186.84º66.67%67.06%-
XYZ21.2628.2642.86-
YUV129.28151.5476.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.77%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=14.77%
G=40.93%
B=44.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571581710.670.0800.33186.845044.71
Hex399EAB438021bb322d
Octal71236253103100412736255
Binary111001100111101010101110000111000010000110111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,158,171); }

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

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

 a { background-color: rgb(57,158,171); }

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

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

 span { border-color: rgb(57,158,171); }

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