Html Css Color HEX #124E41 Deep Teal

📋 copy color: '#124E41'

red 18 ◦ green 78 ◦ blue 65

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

Shades of Deep Teal #124E41

Tints of Deep Teal #124E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 11.18%
G = 48.45%
B = 40.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#124E41 (or 0x124E41) is known color: Deep Teal. HEX triplet: 12, 4E and 41. RGB value is (18,78,65). Sum of RGB (Red+Green+Blue) = 18+78+65=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #124E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E41 is #EDB1BE. Grayscale: #3A3A3A. Windows color (decimal): -15577535 or 4279826. OLE color: 4279826.

HSL color Cylindrical-coordinate representation of color #124E41: hue angle of 167º 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 #124E41 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 65 -
CMYK 0.77 0 0.17 0.69
HSL 167º 0.63% 0.19% -
HSV(B) 167º 0.77% 0.31% -
XYZ 3.93 5.96 5.94 -
YUV 58.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 18 78 65 0.77 0 0.17 0.69 167 0.63 0.19
Hex 12 4E 41 4D 0 11 45 A7 3E 13
Octal 22 116 101 115 0 21 105 247 76 23
Binary 10010 1001110 1000001 1001101 0 10001 1000101 10100111 111110 10011

Color Harmonies of #124E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E41

Black with #124E41

Text Example


Text Example

White with #124E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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