#128E9A

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

Shades of Eastern Blue #128E9A

Tints of Eastern Blue #128E9A

Color information

#128E9A (or 0x128E9A) is unknown color: approx Eastern Blue. HEX triplet: 12, 8E and 9A. RGB value is (18,142,154). Sum of RGB (Red+Green+Blue) = 18+142+154=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #128E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E9A is #ED7165. Grayscale: #6A6A6A. Windows color (decimal): -15561062 or 10128914. OLE color: 10128914.

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

Color convert

RGB18142154-
CMYK0.880.0800.40
HSL185.29º79.07%33.73%-
HSV(B)185.29º88.31%60.39%-
XYZ15.7621.8133.95-
YUV106.29154.9265.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=5.73%
G=45.22%
B=49.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181421540.880.0800.40185.2979.0733.73
Hex128E9A588028b94f22
Octal222162321301005027111742
Binary100101000111010011010101100010000101000101110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,142,154); }

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

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

 a { background-color: rgb(18,142,154); }

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

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

 span { border-color: rgb(18,142,154); }

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