#118C96

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

Shades of Eastern Blue #118C96

Tints of Eastern Blue #118C96

Color information

#118C96 (or 0x118C96) is unknown color: approx Eastern Blue. HEX triplet: 11, 8C and 96. RGB value is (17,140,150). Sum of RGB (Red+Green+Blue) = 17+140+150=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #118C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C96 is #EE7369. Grayscale: #686868. Windows color (decimal): -15627114 or 9866257. OLE color: 9866257.

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

Color convert

RGB17140150-
CMYK0.890.0700.41
HSL184.51º79.64%32.75%-
HSV(B)184.51º88.67%58.82%-
XYZ15.1121.0832.13-
YUV104.36153.7565.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=5.54%
G=45.60%
B=48.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171401500.890.0700.41184.5179.6432.75
Hex118C96597029b95021
Octal21214226131705127112041
Binary10001100011001001011010110011110101001101110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,140,150); }

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

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

 a { background-color: rgb(17,140,150); }

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

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

 span { border-color: rgb(17,140,150); }

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