Html Css Color HEX #124A57 Teal Blue

📋 copy color: '#124A57'

red 18 ◦ green 74 ◦ blue 87

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

Shades of Teal Blue #124A57

Tints of Teal Blue #124A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.34%

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 10.06%
G = 41.34%
B = 48.6%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124A57 (or 0x124A57) is known color: Teal Blue. HEX triplet: 12, 4A and 57. RGB value is (18,74,87). Sum of RGB (Red+Green+Blue) = 18+74+87=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #124A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A57 is #EDB5A8. Grayscale: #3A3A3A. Windows color (decimal): -15578537 or 5720594. OLE color: 5720594.

HSL color Cylindrical-coordinate representation of color #124A57: hue angle of 191.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124A57 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 74 87 -
CMYK 0.79 0.15 0 0.66
HSL 191.3º 0.66% 0.21% -
HSV(B) 191.3º 0.79% 0.34% -
XYZ 4.42 5.71 9.89 -
YUV 58.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 18 74 87 0.79 0.15 0 0.66 191.3 0.66 0.21
Hex 12 4A 57 4F F 0 42 BF 42 15
Octal 22 112 127 117 17 0 102 277 102 25
Binary 10010 1001010 1010111 1001111 1111 0 1000010 10111111 1000010 10101

Color Harmonies of #124A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A57

Black with #124A57

Text Example


Text Example

White with #124A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,87); }

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

background-color css

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

 a { background-color: rgb(18,74,87); }

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

border-color css

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

 span { border-color: rgb(18,74,87); }

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