#114E59

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

Shades of Sherpa Blue #114E59

Tints of Sherpa Blue #114E59

Color information

#114E59 (or 0x114E59) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4E and 59. RGB value is (17,78,89). Sum of RGB (Red+Green+Blue) = 17+78+89=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #114E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E59 is #EEB1A6. Grayscale: #3C3C3C. Windows color (decimal): -15643047 or 5852689. OLE color: 5852689.

HSL color Cylindrical-coordinate representation of color #114E59: hue angle of 189.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114E59 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177889-
CMYK0.810.1200.65
HSL189.17º67.92%20.78%-
HSV(B)189.17º80.9%34.9%-
XYZ4.766.2910.41-
YUV61.01143.7996.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=9.24%
G=42.39%
B=48.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1778890.810.1200.65189.1767.9220.78
Hex114E5951C041bd4415
Octal2111613112114010127510425
Binary1000110011101011001101000111000100000110111101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114E59; }

 p { color: rgb(17,78,89); }

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

<style>
 a { background-color: #114E59; }

 a { background-color: rgb(17,78,89); }

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

<style>
 span { border-color: #114E59; }

 span { border-color: rgb(17,78,89); }

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