#1A5149

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

Shades of Deep Teal #1A5149

Tints of Deep Teal #1A5149

Color information

#1A5149 (or 0x1A5149) is unknown color: approx Deep Teal. HEX triplet: 1A, 51 and 49. RGB value is (26,81,73). Sum of RGB (Red+Green+Blue) = 26+81+73=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5149 is #E5AEB6. Grayscale: #3F3F3F. Windows color (decimal): -15052471 or 4804890. OLE color: 4804890.

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

Color convert

RGB268173-
CMYK0.6800.100.68
HSL171.27º51.4%20.98%-
HSV(B)171.27º67.9%31.76%-
XYZ4.576.597.33-
YUV63.64133.28101.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.44%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=14.44%
G=45%
B=40.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2681730.6800.100.68171.2751.420.98
Hex1A5149440A44ab3315
Octal321211111040121042536325
Binary110101010001100100110001000101010001001010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,73); }

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

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

 a { background-color: rgb(26,81,73); }

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

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

 span { border-color: rgb(26,81,73); }

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