#124D5A

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

Shades of Teal Blue #124D5A

Tints of Teal Blue #124D5A

Color information

#124D5A (or 0x124D5A) is unknown color: approx Teal Blue. HEX triplet: 12, 4D and 5A. RGB value is (18,77,90). Sum of RGB (Red+Green+Blue) = 18+77+90=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #124D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5A is #EDB2A5. Grayscale: #3C3C3C. Windows color (decimal): -15577766 or 5917970. OLE color: 5917970.

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

Color convert

RGB187790-
CMYK0.800.1400.65
HSL190.83º66.67%21.18%-
HSV(B)190.83º80%35.29%-
XYZ4.756.1710.61-
YUV60.84144.4597.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=9.73%
G=41.62%
B=48.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1877900.800.1400.65190.8366.6721.18
Hex124D5A50E041bf4315
Octal2211513212016010127710325
Binary1001010011011011010101000011100100000110111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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