Html Css Color HEX #124E3D Deep Teal

📋 copy color: '#124E3D'

red 18 ◦ green 78 ◦ blue 61

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

Shades of Deep Teal #124E3D

Tints of Deep Teal #124E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 11.46%
G = 49.68%
B = 38.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#124E3D (or 0x124E3D) is known color: Deep Teal. HEX triplet: 12, 4E and 3D. RGB value is (18,78,61). Sum of RGB (Red+Green+Blue) = 18+78+61=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3D is #EDB1C2. Grayscale: #3A3A3A. Windows color (decimal): -15577539 or 4017682. OLE color: 4017682.

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

Color convert

RGB 18 78 61 -
CMYK 0.77 0 0.22 0.69
HSL 163º 0.63% 0.19% -
HSV(B) 163º 0.77% 0.31% -
XYZ 3.82 5.91 5.36 -
YUV 58.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 18 78 61 0.77 0 0.22 0.69 163 0.63 0.19
Hex 12 4E 3D 4D 0 16 45 A3 3E 13
Octal 22 116 75 115 0 26 105 243 76 23
Binary 10010 1001110 111101 1001101 0 10110 1000101 10100011 111110 10011

Color Harmonies of #124E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E3D

Black with #124E3D

Text Example


Text Example

White with #124E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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