#1A4037

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

Shades of Deep Teal #1A4037

Tints of Deep Teal #1A4037

Color information

#1A4037 (or 0x1A4037) is unknown color: approx Deep Teal. HEX triplet: 1A, 40 and 37. RGB value is (26,64,55). Sum of RGB (Red+Green+Blue) = 26+64+55=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4037 is #E5BFC8. Grayscale: #333333. Windows color (decimal): -15056841 or 3620890. OLE color: 3620890.

HSL color Cylindrical-coordinate representation of color #1A4037: hue angle of 165.79º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A4037 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB266455-
CMYK0.5900.140.75
HSL165.79º42.22%17.65%-
HSV(B)165.79º59.38%25.1%-
XYZ2.954.164.26-
YUV51.61129.91109.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=17.93%
G=44.14%
B=37.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664550.5900.140.75165.7942.2217.65
Hex1A40373B0E4Ba62a12
Octal3210067730161132465222
Binary1101010000001101111110110111010010111010011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4037; }

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

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

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

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

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

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

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

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