Html Css Color HEX #124E3E Deep Teal

📋 copy color: '#124E3E'

red 18 ◦ green 78 ◦ blue 62

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

Shades of Deep Teal #124E3E

Tints of Deep Teal #124E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 11.39%
G = 49.37%
B = 39.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#124E3E (or 0x124E3E) is known color: Deep Teal. HEX triplet: 12, 4E and 3E. RGB value is (18,78,62). Sum of RGB (Red+Green+Blue) = 18+78+62=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3E is #EDB1C1. Grayscale: #3A3A3A. Windows color (decimal): -15577538 or 4083218. OLE color: 4083218.

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

Color convert

RGB 18 78 62 -
CMYK 0.77 0 0.21 0.69
HSL 164º 0.63% 0.19% -
HSV(B) 164º 0.77% 0.31% -
XYZ 3.84 5.93 5.5 -
YUV 58.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 18 78 62 0.77 0 0.21 0.69 164 0.63 0.19
Hex 12 4E 3E 4D 0 15 45 A4 3E 13
Octal 22 116 76 115 0 25 105 244 76 23
Binary 10010 1001110 111110 1001101 0 10101 1000101 10100100 111110 10011

Color Harmonies of #124E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E3E

Black with #124E3E

Text Example


Text Example

White with #124E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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