Html Css Color HEX #124F59 Sherpa Blue

📋 copy color: '#124F59'

red 18 ◦ green 79 ◦ blue 89

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

Shades of Sherpa Blue #124F59

Tints of Sherpa Blue #124F59

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

 GREEN value IS 79 (31.25% from 255) = 42.47%

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 9.68%
G = 42.47%
B = 47.85%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124F59 (or 0x124F59) is known color: Sherpa Blue. HEX triplet: 12, 4F and 59. RGB value is (18,79,89). Sum of RGB (Red+Green+Blue) = 18+79+89=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #124F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F59 is #EDB0A6. Grayscale: #3D3D3D. Windows color (decimal): -15577255 or 5852946. OLE color: 5852946.

HSL color Cylindrical-coordinate representation of color #124F59: hue angle of 188.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124F59 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 79 89 -
CMYK 0.80 0.11 0 0.65
HSL 188.45º 0.66% 0.21% -
HSV(B) 188.45º 0.8% 0.35% -
XYZ 4.85 6.44 10.44 -
YUV 61.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 18 79 89 0.80 0.11 0 0.65 188.45 0.66 0.21
Hex 12 4F 59 50 B 0 41 BC 42 15
Octal 22 117 131 120 13 0 101 274 102 25
Binary 10010 1001111 1011001 1010000 1011 0 1000001 10111100 1000010 10101

Color Harmonies of #124F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F59

Black with #124F59

Text Example


Text Example

White with #124F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,89); }

 H1.HeaderClassName
 {
   color: #124F59;
 }
 .AnyTagClassName
 {
   color: #124F59;
 }
</style>

background-color css

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

 a { background-color: rgb(18,79,89); }

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

border-color css

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

 span { border-color: rgb(18,79,89); }

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