Html Css Color HEX #124D3E Deep Teal

📋 copy color: '#124D3E'

red 18 ◦ green 77 ◦ blue 62

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

Shades of Deep Teal #124D3E

Tints of Deep Teal #124D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.04%

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

R = 11.46%
G = 49.04%
B = 39.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#124D3E (or 0x124D3E) is known color: Deep Teal. HEX triplet: 12, 4D and 3E. RGB value is (18,77,62). Sum of RGB (Red+Green+Blue) = 18+77+62=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #124D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D3E is #EDB2C1. Grayscale: #393939. Windows color (decimal): -15577794 or 4082962. OLE color: 4082962.

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

Color convert

RGB 18 77 62 -
CMYK 0.77 0 0.19 0.70
HSL 164.75º 0.62% 0.19% -
HSV(B) 164.75º 0.77% 0.3% -
XYZ 3.77 5.78 5.48 -
YUV 57.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 18 77 62 0.77 0 0.19 0.70 164.75 0.62 0.19
Hex 12 4D 3E 4D 0 13 46 A5 3E 13
Octal 22 115 76 115 0 23 106 245 76 23
Binary 10010 1001101 111110 1001101 0 10011 1000110 10100101 111110 10011

Color Harmonies of #124D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D3E

Black with #124D3E

Text Example


Text Example

White with #124D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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