#124037

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

Shades of Deep Teal #124037

Tints of Deep Teal #124037

Color information

#124037 (or 0x124037) is unknown color: approx Deep Teal. HEX triplet: 12, 40 and 37. RGB value is (18,64,55). Sum of RGB (Red+Green+Blue) = 18+64+55=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #124037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124037 is #EDBFC8. Grayscale: #313131. Windows color (decimal): -15581129 or 3620882. OLE color: 3620882.

HSL color Cylindrical-coordinate representation of color #124037: hue angle of 168.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124037 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB186455-
CMYK0.7200.140.75
HSL168.26º56.1%16.08%-
HSV(B)168.26º71.88%25.1%-
XYZ2.774.074.25-
YUV49.22131.26105.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 55 (21.88% from 255) = 40.15%
R=13.14%
G=46.72%
B=40.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864550.7200.140.75168.2656.116.08
Hex124037480E4Ba83810
Octal22100671100161132507020
Binary10010100000011011110010000111010010111010100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124037; }

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

 H1.HeaderClassName
 {
   color: #124037;
 }
 .AnyTagClassName
 {
   color: #124037;
 }
</style>
background-color css

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

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

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

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

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

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