#1A5043

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

Shades of Deep Teal #1A5043

Tints of Deep Teal #1A5043

Color information

#1A5043 (or 0x1A5043) is unknown color: approx Deep Teal. HEX triplet: 1A, 50 and 43. RGB value is (26,80,67). Sum of RGB (Red+Green+Blue) = 26+80+67=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5043 is #E5AFBC. Grayscale: #3E3E3E. Windows color (decimal): -15052733 or 4411418. OLE color: 4411418.

HSL color Cylindrical-coordinate representation of color #1A5043: hue angle of 165.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5043 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB268067-
CMYK0.6700.160.69
HSL165.56º50.94%20.78%-
HSV(B)165.56º67.5%31.37%-
XYZ4.316.366.31-
YUV62.37130.61102.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=15.03%
G=46.24%
B=38.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680670.6700.160.69165.5650.9420.78
Hex1A50434301045a63315
Octal321201031030201052466325
Binary1101010100001000011100001101000010001011010011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,67); }

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

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

 a { background-color: rgb(26,80,67); }

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

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

 span { border-color: rgb(26,80,67); }

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