Html Css Color HEX #124940 Deep Teal

📋 copy color: '#124940'

red 18 ◦ green 73 ◦ blue 64

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

Shades of Deep Teal #124940

Tints of Deep Teal #124940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 11.61%
G = 47.1%
B = 41.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#124940 (or 0x124940) is known color: Deep Teal. HEX triplet: 12, 49 and 40. RGB value is (18,73,64). Sum of RGB (Red+Green+Blue) = 18+73+64=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #124940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124940 is #EDB6BF. Grayscale: #373737. Windows color (decimal): -15578816 or 4213010. OLE color: 4213010.

HSL color Cylindrical-coordinate representation of color #124940: hue angle of 170.18º 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 #124940 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 64 -
CMYK 0.75 0 0.12 0.71
HSL 170.18º 0.6% 0.18% -
HSV(B) 170.18º 0.75% 0.29% -
XYZ 3.56 5.26 5.68 -
YUV 55.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 18 73 64 0.75 0 0.12 0.71 170.18 0.6 0.18
Hex 12 49 40 4B 0 C 47 AA 3C 12
Octal 22 111 100 113 0 14 107 252 74 22
Binary 10010 1001001 1000000 1001011 0 1100 1000111 10101010 111100 10010

Color Harmonies of #124940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124940

Black with #124940

Text Example


Text Example

White with #124940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124940; }

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

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

background-color css

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

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

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

border-color css

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

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

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