#128B9B

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

Shades of Eastern Blue #128B9B

Tints of Eastern Blue #128B9B

Color information

#128B9B (or 0x128B9B) is unknown color: approx Eastern Blue. HEX triplet: 12, 8B and 9B. RGB value is (18,139,155). Sum of RGB (Red+Green+Blue) = 18+139+155=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #128B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B9B is #ED7464. Grayscale: #686868. Windows color (decimal): -15561829 or 10193682. OLE color: 10193682.

HSL color Cylindrical-coordinate representation of color #128B9B: hue angle of 187.01º 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 #128B9B is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18139155-
CMYK0.880.1000.39
HSL187.01º79.19%33.92%-
HSV(B)187.01º88.39%60.78%-
XYZ15.420.9634.24-
YUV104.64156.4166.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=5.77%
G=44.55%
B=49.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181391550.880.1000.39187.0179.1933.92
Hex128B9B58A027bb4f22
Octal222132331301204727311742
Binary100101000101110011011101100010100100111101110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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