#128A9B

Color #128A9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #128A9B

Tints of Eastern Blue #128A9B

Color information

#128A9B (or 0x128A9B) is unknown color: approx Eastern Blue. HEX triplet: 12, 8A and 9B. RGB value is (18,138,155). Sum of RGB (Red+Green+Blue) = 18+138+155=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #128A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A9B is #ED7564. Grayscale: #676767. Windows color (decimal): -15562085 or 10193426. OLE color: 10193426.

HSL color Cylindrical-coordinate representation of color #128A9B: hue angle of 187.45º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128A9B is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18138155-
CMYK0.880.1100.39
HSL187.45º79.19%33.92%-
HSV(B)187.45º88.39%60.78%-
XYZ15.2520.6734.2-
YUV104.06156.7466.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=5.79%
G=44.37%
B=49.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181381550.880.1100.39187.4579.1933.92
Hex128A9B58B027bb4f22
Octal222122331301304727311742
Binary100101000101010011011101100010110100111101110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128A9B; }

 p { color: rgb(18,138,155); }

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

<style>
 a { background-color: #128A9B; }

 a { background-color: rgb(18,138,155); }

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

<style>
 span { border-color: #128A9B; }

 span { border-color: rgb(18,138,155); }

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