Html Css Color HEX #124D58 Teal Blue

📋 copy color: '#124D58'

red 18 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #124D58

Tints of Teal Blue #124D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 88 (34.77% from 255) = 48.09%

R = 9.84%
G = 42.08%
B = 48.09%

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

#124D58 (or 0x124D58) is known color: Teal Blue. HEX triplet: 12, 4D and 58. RGB value is (18,77,88). Sum of RGB (Red+Green+Blue) = 18+77+88=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #124D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D58 is #EDB2A7. Grayscale: #3C3C3C. Windows color (decimal): -15577768 or 5786898. OLE color: 5786898.

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

Color convert

RGB 18 77 88 -
CMYK 0.80 0.12 0 0.65
HSL 189.43º 0.66% 0.21% -
HSV(B) 189.43º 0.8% 0.35% -
XYZ 4.66 6.14 10.17 -
YUV 60.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 18 77 88 0.80 0.12 0 0.65 189.43 0.66 0.21
Hex 12 4D 58 50 C 0 41 BD 42 15
Octal 22 115 130 120 14 0 101 275 102 25
Binary 10010 1001101 1011000 1010000 1100 0 1000001 10111101 1000010 10101

Color Harmonies of #124D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D58

Black with #124D58

Text Example


Text Example

White with #124D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,88); }

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

background-color css

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

 a { background-color: rgb(18,77,88); }

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

border-color css

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

 span { border-color: rgb(18,77,88); }

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