Html Css Color HEX #124E59 Teal Blue

📋 copy color: '#124E59'

red 18 ◦ green 78 ◦ blue 89

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

Shades of Teal Blue #124E59

Tints of Teal Blue #124E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

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

R = 9.73%
G = 42.16%
B = 48.11%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124E59 (or 0x124E59) is known color: Teal Blue. HEX triplet: 12, 4E and 59. RGB value is (18,78,89). Sum of RGB (Red+Green+Blue) = 18+78+89=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #124E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E59 is #EDB1A6. Grayscale: #3D3D3D. Windows color (decimal): -15577511 or 5852690. OLE color: 5852690.

HSL color Cylindrical-coordinate representation of color #124E59: hue angle of 189.3º 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 #124E59 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 78 89 -
CMYK 0.80 0.12 0 0.65
HSL 189.3º 0.66% 0.21% -
HSV(B) 189.3º 0.8% 0.35% -
XYZ 4.78 6.3 10.42 -
YUV 61.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 18 78 89 0.80 0.12 0 0.65 189.3 0.66 0.21
Hex 12 4E 59 50 C 0 41 BD 42 15
Octal 22 116 131 120 14 0 101 275 102 25
Binary 10010 1001110 1011001 1010000 1100 0 1000001 10111101 1000010 10101

Color Harmonies of #124E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E59

Black with #124E59

Text Example


Text Example

White with #124E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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