Html Css Color HEX #124D43 Deep Teal

📋 copy color: '#124D43'

red 18 ◦ green 77 ◦ blue 67

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

Shades of Deep Teal #124D43

Tints of Deep Teal #124D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.36%

R = 11.11%
G = 47.53%
B = 41.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#124D43 (or 0x124D43) is known color: Deep Teal. HEX triplet: 12, 4D and 43. RGB value is (18,77,67). Sum of RGB (Red+Green+Blue) = 18+77+67=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #124D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D43 is #EDB2BC. Grayscale: #3A3A3A. Windows color (decimal): -15577789 or 4410642. OLE color: 4410642.

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

Color convert

RGB 18 77 67 -
CMYK 0.77 0 0.13 0.70
HSL 169.83º 0.62% 0.19% -
HSV(B) 169.83º 0.77% 0.3% -
XYZ 3.92 5.84 6.23 -
YUV 58.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 18 77 67 0.77 0 0.13 0.70 169.83 0.62 0.19
Hex 12 4D 43 4D 0 D 46 AA 3E 13
Octal 22 115 103 115 0 15 106 252 76 23
Binary 10010 1001101 1000011 1001101 0 1101 1000110 10101010 111110 10011

Color Harmonies of #124D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D43

Black with #124D43

Text Example


Text Example

White with #124D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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