Html Css Color HEX #124E42 Deep Teal

📋 copy color: '#124E42'

red 18 ◦ green 78 ◦ blue 66

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

Shades of Deep Teal #124E42

Tints of Deep Teal #124E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 11.11%
G = 48.15%
B = 40.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#124E42 (or 0x124E42) is known color: Deep Teal. HEX triplet: 12, 4E and 42. RGB value is (18,78,66). Sum of RGB (Red+Green+Blue) = 18+78+66=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #124E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E42 is #EDB1BD. Grayscale: #3A3A3A. Windows color (decimal): -15577534 or 4345362. OLE color: 4345362.

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

Color convert

RGB 18 78 66 -
CMYK 0.77 0 0.15 0.69
HSL 168º 0.63% 0.19% -
HSV(B) 168º 0.77% 0.31% -
XYZ 3.96 5.97 6.1 -
YUV 58.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 18 78 66 0.77 0 0.15 0.69 168 0.63 0.19
Hex 12 4E 42 4D 0 F 45 A8 3E 13
Octal 22 116 102 115 0 17 105 250 76 23
Binary 10010 1001110 1000010 1001101 0 1111 1000101 10101000 111110 10011

Color Harmonies of #124E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E42

Black with #124E42

Text Example


Text Example

White with #124E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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