Html Css Color HEX #124941 Deep Teal

📋 copy color: '#124941'

red 18 ◦ green 73 ◦ blue 65

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

Shades of Deep Teal #124941

Tints of Deep Teal #124941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.79%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 11.54%
G = 46.79%
B = 41.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#124941 (or 0x124941) is known color: Deep Teal. HEX triplet: 12, 49 and 41. RGB value is (18,73,65). Sum of RGB (Red+Green+Blue) = 18+73+65=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #124941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124941 is #EDB6BE. Grayscale: #373737. Windows color (decimal): -15578815 or 4278546. OLE color: 4278546.

HSL color Cylindrical-coordinate representation of color #124941: hue angle of 171.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124941 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 65 -
CMYK 0.75 0 0.11 0.71
HSL 171.27º 0.6% 0.18% -
HSV(B) 171.27º 0.75% 0.29% -
XYZ 3.59 5.28 5.83 -
YUV 55.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 18 73 65 0.75 0 0.11 0.71 171.27 0.6 0.18
Hex 12 49 41 4B 0 B 47 AB 3C 12
Octal 22 111 101 113 0 13 107 253 74 22
Binary 10010 1001001 1000001 1001011 0 1011 1000111 10101011 111100 10010

Color Harmonies of #124941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124941

Black with #124941

Text Example


Text Example

White with #124941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124941; }

 p { color: rgb(18,73,65); }

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

background-color css

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

 a { background-color: rgb(18,73,65); }

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

border-color css

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

 span { border-color: rgb(18,73,65); }

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