#114E56

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

Shades of Sherpa Blue #114E56

Tints of Sherpa Blue #114E56

Color information

#114E56 (or 0x114E56) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4E and 56. RGB value is (17,78,86). Sum of RGB (Red+Green+Blue) = 17+78+86=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #114E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E56 is #EEB1A9. Grayscale: #3C3C3C. Windows color (decimal): -15643050 or 5656081. OLE color: 5656081.

HSL color Cylindrical-coordinate representation of color #114E56: hue angle of 186.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114E56 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB177886-
CMYK0.800.0900.66
HSL186.96º66.99%20.2%-
HSV(B)186.96º80.23%33.73%-
XYZ4.646.249.76-
YUV60.67142.2996.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=9.39%
G=43.09%
B=47.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1778860.800.0900.66186.9666.9920.2
Hex114E56509042bb4314
Octal2111612612011010227310324
Binary1000110011101010110101000010010100001010111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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