Html Css Color HEX #124C58 Teal Blue

📋 copy color: '#124C58'

red 18 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #124C58

Tints of Teal Blue #124C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 9.89%
G = 41.76%
B = 48.35%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124C58 (or 0x124C58) is known color: Teal Blue. HEX triplet: 12, 4C and 58. RGB value is (18,76,88). Sum of RGB (Red+Green+Blue) = 18+76+88=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #124C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C58 is #EDB3A7. Grayscale: #3B3B3B. Windows color (decimal): -15578024 or 5786642. OLE color: 5786642.

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

Color convert

RGB 18 76 88 -
CMYK 0.80 0.14 0 0.65
HSL 190.29º 0.66% 0.21% -
HSV(B) 190.29º 0.8% 0.35% -
XYZ 4.6 6 10.15 -
YUV 60.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 18 76 88 0.80 0.14 0 0.65 190.29 0.66 0.21
Hex 12 4C 58 50 E 0 41 BE 42 15
Octal 22 114 130 120 16 0 101 276 102 25
Binary 10010 1001100 1011000 1010000 1110 0 1000001 10111110 1000010 10101

Color Harmonies of #124C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C58

Black with #124C58

Text Example


Text Example

White with #124C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,88); }

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

background-color css

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

 a { background-color: rgb(18,76,88); }

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

border-color css

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

 span { border-color: rgb(18,76,88); }

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