#1A4440

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

Shades of Deep Teal #1A4440

Tints of Deep Teal #1A4440

Color information

#1A4440 (or 0x1A4440) is unknown color: approx Deep Teal. HEX triplet: 1A, 44 and 40. RGB value is (26,68,64). Sum of RGB (Red+Green+Blue) = 26+68+64=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4440 is #E5BBBF. Grayscale: #363636. Windows color (decimal): -15055808 or 4211738. OLE color: 4211738.

HSL color Cylindrical-coordinate representation of color #1A4440: hue angle of 174.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4440 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB266864-
CMYK0.6200.060.73
HSL174.29º44.68%18.43%-
HSV(B)174.29º61.76%26.67%-
XYZ3.424.725.58-
YUV54.99133.09107.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=16.46%
G=43.04%
B=40.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668640.6200.060.73174.2944.6818.43
Hex1A44403E0649ae2d12
Octal3210410076061112565522
Binary1101010001001000000111110011010010011010111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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