#124D59

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

Shades of Teal Blue #124D59

Tints of Teal Blue #124D59

Color information

#124D59 (or 0x124D59) is unknown color: approx Teal Blue. HEX triplet: 12, 4D and 59. RGB value is (18,77,89). Sum of RGB (Red+Green+Blue) = 18+77+89=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #124D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D59 is #EDB2A6. Grayscale: #3C3C3C. Windows color (decimal): -15577767 or 5852434. OLE color: 5852434.

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

Color convert

RGB187789-
CMYK0.800.1300.65
HSL190.14º66.36%20.98%-
HSV(B)190.14º79.78%34.9%-
XYZ4.716.1610.39-
YUV60.73143.9597.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=9.78%
G=41.85%
B=48.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1877890.800.1300.65190.1466.3620.98
Hex124D5950D041be4215
Octal2211513112015010127610225
Binary1001010011011011001101000011010100000110111110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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