#1A4D40

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

Shades of Deep Teal #1A4D40

Tints of Deep Teal #1A4D40

Color information

#1A4D40 (or 0x1A4D40) is unknown color: approx Deep Teal. HEX triplet: 1A, 4D and 40. RGB value is (26,77,64). Sum of RGB (Red+Green+Blue) = 26+77+64=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D40 is #E5B2BF. Grayscale: #3C3C3C. Windows color (decimal): -15053504 or 4214042. OLE color: 4214042.

HSL color Cylindrical-coordinate representation of color #1A4D40: hue angle of 164.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D40 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB267764-
CMYK0.6600.170.70
HSL164.71º49.51%20.2%-
HSV(B)164.71º66.23%30.2%-
XYZ4.015.95.78-
YUV60.27130.1103.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=15.57%
G=46.11%
B=38.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2677640.6600.170.70164.7149.5120.2
Hex1A4D404201146a53214
Octal321151001020211062456224
Binary1101010011011000000100001001000110001101010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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