#124E55

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

Shades of Sherpa Blue #124E55

Tints of Sherpa Blue #124E55

Color information

#124E55 (or 0x124E55) is unknown color: approx Sherpa Blue. HEX triplet: 12, 4E and 55. RGB value is (18,78,85). Sum of RGB (Red+Green+Blue) = 18+78+85=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #124E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E55 is #EDB1AA. Grayscale: #3C3C3C. Windows color (decimal): -15577515 or 5590546. OLE color: 5590546.

HSL color Cylindrical-coordinate representation of color #124E55: hue angle of 186.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124E55 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB187885-
CMYK0.790.0800.67
HSL186.27º65.05%20.2%-
HSV(B)186.27º78.82%33.33%-
XYZ4.616.239.55-
YUV60.86141.6297.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=9.94%
G=43.09%
B=46.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1878850.790.0800.67186.2765.0520.2
Hex124E554F8043ba4114
Octal2211612511710010327210124
Binary1001010011101010101100111110000100001110111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124E55; }

 p { color: rgb(18,78,85); }

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

<style>
 a { background-color: #124E55; }

 a { background-color: rgb(18,78,85); }

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

<style>
 span { border-color: #124E55; }

 span { border-color: rgb(18,78,85); }

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