#124940

Color #124940 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #124940

Tints of Deep Teal #124940

Color information

#124940 (or 0x124940) is unknown color: approx 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

RGB187364-
CMYK0.7500.120.71
HSL170.18º60.44%17.84%-
HSV(B)170.18º75.34%28.63%-
XYZ3.565.265.68-
YUV55.53132.78101.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=11.61%
G=47.10%
B=41.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873640.7500.120.71170.1860.4417.84
Hex1249404B0C47aa3c12
Octal221111001130141072527422
Binary100101001001100000010010110110010001111010101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>