Html Css Color HEX #124E43 Deep Teal

📋 copy color: '#124E43'

red 18 ◦ green 78 ◦ blue 67

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

Shades of Deep Teal #124E43

Tints of Deep Teal #124E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.1%

R = 11.04%
G = 47.85%
B = 41.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#124E43 (or 0x124E43) is known color: Deep Teal. HEX triplet: 12, 4E and 43. RGB value is (18,78,67). Sum of RGB (Red+Green+Blue) = 18+78+67=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #124E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E43 is #EDB1BC. Grayscale: #3A3A3A. Windows color (decimal): -15577533 or 4410898. OLE color: 4410898.

HSL color Cylindrical-coordinate representation of color #124E43: hue angle of 169º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E43 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 67 -
CMYK 0.77 0 0.14 0.69
HSL 169º 0.63% 0.19% -
HSV(B) 169º 0.77% 0.31% -
XYZ 3.99 5.98 6.25 -
YUV 58.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 18 78 67 0.77 0 0.14 0.69 169 0.63 0.19
Hex 12 4E 43 4D 0 E 45 A9 3E 13
Octal 22 116 103 115 0 16 105 251 76 23
Binary 10010 1001110 1000011 1001101 0 1110 1000101 10101001 111110 10011

Color Harmonies of #124E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E43

Black with #124E43

Text Example


Text Example

White with #124E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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