#118F9A

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

Shades of Eastern Blue #118F9A

Tints of Eastern Blue #118F9A

Color information

#118F9A (or 0x118F9A) is unknown color: approx Eastern Blue. HEX triplet: 11, 8F and 9A. RGB value is (17,143,154). Sum of RGB (Red+Green+Blue) = 17+143+154=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 143 (56.25% from 255 or 45.54% 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 #118F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F9A is #EE7065. Grayscale: #6A6A6A. Windows color (decimal): -15626342 or 10129169. OLE color: 10129169.

HSL color Cylindrical-coordinate representation of color #118F9A: hue angle of 184.82º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118F9A is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB17143154-
CMYK0.890.0700.40
HSL184.82º80.12%33.53%-
HSV(B)184.82º88.96%60.39%-
XYZ15.8922.134-
YUV106.58154.7664.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=5.41%
G=45.54%
B=49.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171431540.890.0700.40184.8280.1233.53
Hex118F9A597028b95022
Octal21217232131705027112042
Binary10001100011111001101010110011110101000101110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118F9A; }

 p { color: rgb(17,143,154); }

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

<style>
 a { background-color: #118F9A; }

 a { background-color: rgb(17,143,154); }

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

<style>
 span { border-color: #118F9A; }

 span { border-color: rgb(17,143,154); }

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