#1A4E40

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

Shades of Deep Teal #1A4E40

Tints of Deep Teal #1A4E40

Color information

#1A4E40 (or 0x1A4E40) is unknown color: approx Deep Teal. HEX triplet: 1A, 4E and 40. RGB value is (26,78,64). Sum of RGB (Red+Green+Blue) = 26+78+64=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E40 is #E5B1BF. Grayscale: #3C3C3C. Windows color (decimal): -15053248 or 4214298. OLE color: 4214298.

HSL color Cylindrical-coordinate representation of color #1A4E40: hue angle of 163.85º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E40 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB267864-
CMYK0.6700.180.69
HSL163.85º50%20.39%-
HSV(B)163.85º66.67%30.59%-
XYZ4.086.045.8-
YUV60.86129.77103.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=15.48%
G=46.43%
B=38.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2678640.6700.180.69163.855020.39
Hex1A4E404301245a43214
Octal321161001030221052446224
Binary1101010011101000000100001101001010001011010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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