#124D5B

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

Shades of Teal Blue #124D5B

Tints of Teal Blue #124D5B

Color information

#124D5B (or 0x124D5B) is unknown color: approx Teal Blue. HEX triplet: 12, 4D and 5B. RGB value is (18,77,91). Sum of RGB (Red+Green+Blue) = 18+77+91=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #124D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5B is #EDB2A4. Grayscale: #3C3C3C. Windows color (decimal): -15577765 or 5983506. OLE color: 5983506.

HSL color Cylindrical-coordinate representation of color #124D5B: hue angle of 191.51º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124D5B is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187791-
CMYK0.800.1500.64
HSL191.51º66.97%21.37%-
HSV(B)191.51º80.22%35.69%-
XYZ4.796.1910.84-
YUV60.96144.9597.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=9.68%
G=41.40%
B=48.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1877910.800.1500.64191.5166.9721.37
Hex124D5B50F040c04315
Octal2211513312017010030010325
Binary1001010011011011011101000011110100000011000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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