Html Css Color HEX #114C57 Sherpa Blue

📋 copy color: '#114C57'

red 17 ◦ green 76 ◦ blue 87

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

Shades of Sherpa Blue #114C57

Tints of Sherpa Blue #114C57

RGB

 RED value IS 17 (7.03% from 255) = 9.44%

 GREEN value IS 76 (30.08% from 255) = 42.22%

 BLUE value IS 87 (34.38% from 255) = 48.33%

R = 9.44%
G = 42.22%
B = 48.33%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114C57 (or 0x114C57) is known color: Sherpa Blue. HEX triplet: 11, 4C and 57. RGB value is (17,76,87). Sum of RGB (Red+Green+Blue) = 17+76+87=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #114C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C57 is #EEB3A8. Grayscale: #3B3B3B. Windows color (decimal): -15643561 or 5721105. OLE color: 5721105.

HSL color Cylindrical-coordinate representation of color #114C57: hue angle of 189.43º 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 #114C57 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 76 87 -
CMYK 0.80 0.13 0 0.66
HSL 189.43º 0.67% 0.2% -
HSV(B) 189.43º 0.8% 0.34% -
XYZ 4.54 5.98 9.93 -
YUV 59.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 17 76 87 0.80 0.13 0 0.66 189.43 0.67 0.2
Hex 11 4C 57 50 D 0 42 BD 43 14
Octal 21 114 127 120 15 0 102 275 103 24
Binary 10001 1001100 1010111 1010000 1101 0 1000010 10111101 1000011 10100

Color Harmonies of #114C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C57

Black with #114C57

Text Example


Text Example

White with #114C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,87); }

 H1.HeaderClassName
 {
   color: #114C57;
 }
 .AnyTagClassName
 {
   color: #114C57;
 }
</style>

background-color css

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

 a { background-color: rgb(17,76,87); }

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

border-color css

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

 span { border-color: rgb(17,76,87); }

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