Html Css Color HEX #114E59 Sherpa Blue

📋 copy color: '#114E59'

red 17 ◦ green 78 ◦ blue 89

#114E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #114E59

Tints of Sherpa Blue #114E59

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 value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114E59 (or 0x114E59) is known color: 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

RGB 17 78 89 -
CMYK 0.81 0.12 0 0.65
HSL 189.17º 0.68% 0.21% -
HSV(B) 189.17º 0.81% 0.35% -
XYZ 4.76 6.29 10.41 -
YUV 61.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 17 78 89 0.81 0.12 0 0.65 189.17 0.68 0.21
Hex 11 4E 59 51 C 0 41 BD 44 15
Octal 21 116 131 121 14 0 101 275 104 25
Binary 10001 1001110 1011001 1010001 1100 0 1000001 10111101 1000100 10101

Color Harmonies of #114E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E59

Black with #114E59

Text Example


Text Example

White with #114E59

Text Example


Text Example

HTML Codes & Css Web 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>