#124F5B

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

Shades of Teal Blue #124F5B

Tints of Teal Blue #124F5B

Color information

#124F5B (or 0x124F5B) is unknown color: approx Teal Blue. HEX triplet: 12, 4F and 5B. RGB value is (18,79,91). Sum of RGB (Red+Green+Blue) = 18+79+91=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #124F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F5B is #EDB0A4. Grayscale: #3E3E3E. Windows color (decimal): -15577253 or 5984018. OLE color: 5984018.

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

Color convert

RGB187991-
CMYK0.800.1300.64
HSL189.86º66.97%21.37%-
HSV(B)189.86º80.22%35.69%-
XYZ4.936.4810.89-
YUV62.13144.2996.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=9.57%
G=42.02%
B=48.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1879910.800.1300.64189.8666.9721.37
Hex124F5B50D040be4315
Octal2211713312015010027610325
Binary1001010011111011011101000011010100000010111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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