Html Css Color HEX #124E5C Teal Blue

📋 copy color: '#124E5C'

red 18 ◦ green 78 ◦ blue 92

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

Shades of Teal Blue #124E5C

Tints of Teal Blue #124E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 9.57%
G = 41.49%
B = 48.94%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124E5C (or 0x124E5C) is known color: Teal Blue. HEX triplet: 12, 4E and 5C. RGB value is (18,78,92). Sum of RGB (Red+Green+Blue) = 18+78+92=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #124E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E5C is #EDB1A3. Grayscale: #3D3D3D. Windows color (decimal): -15577508 or 6049298. OLE color: 6049298.

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

Color convert

RGB 18 78 92 -
CMYK 0.80 0.15 0 0.64
HSL 191.35º 0.67% 0.22% -
HSV(B) 191.35º 0.8% 0.36% -
XYZ 4.91 6.35 11.09 -
YUV 61.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 18 78 92 0.80 0.15 0 0.64 191.35 0.67 0.22
Hex 12 4E 5C 50 F 0 40 BF 43 16
Octal 22 116 134 120 17 0 100 277 103 26
Binary 10010 1001110 1011100 1010000 1111 0 1000000 10111111 1000011 10110

Color Harmonies of #124E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E5C

Black with #124E5C

Text Example


Text Example

White with #124E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,92); }

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

background-color css

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

 a { background-color: rgb(18,78,92); }

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

border-color css

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

 span { border-color: rgb(18,78,92); }

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