#1A4842

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

Shades of Deep Teal #1A4842

Tints of Deep Teal #1A4842

Color information

#1A4842 (or 0x1A4842) is unknown color: approx Deep Teal. HEX triplet: 1A, 48 and 42. RGB value is (26,72,66). Sum of RGB (Red+Green+Blue) = 26+72+66=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4842 is #E5B7BD. Grayscale: #393939. Windows color (decimal): -15054782 or 4343834. OLE color: 4343834.

HSL color Cylindrical-coordinate representation of color #1A4842: hue angle of 172.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4842 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB267266-
CMYK0.6400.080.72
HSL172.17º46.94%19.22%-
HSV(B)172.17º63.89%28.24%-
XYZ3.735.255.97-
YUV57.56132.76105.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=15.85%
G=43.90%
B=40.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2672660.6400.080.72172.1746.9419.22
Hex1A4842400848ac2f13
Octal321101021000101102545723
Binary110101001000100001010000000100010010001010110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,66); }

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

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

 a { background-color: rgb(26,72,66); }

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

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

 span { border-color: rgb(26,72,66); }

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