#1A5242

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

Shades of Deep Teal #1A5242

Tints of Deep Teal #1A5242

Color information

#1A5242 (or 0x1A5242) is unknown color: approx Deep Teal. HEX triplet: 1A, 52 and 42. RGB value is (26,82,66). Sum of RGB (Red+Green+Blue) = 26+82+66=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5242 is #E5ADBD. Grayscale: #3F3F3F. Windows color (decimal): -15052222 or 4346394. OLE color: 4346394.

HSL color Cylindrical-coordinate representation of color #1A5242: hue angle of 162.86º degrees, saturation: 0.52, 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 #1A5242 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB268266-
CMYK0.6800.200.68
HSL162.86º51.85%21.18%-
HSV(B)162.86º68.29%32.16%-
XYZ4.436.656.2-
YUV63.43129.45101.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=14.94%
G=47.13%
B=37.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682660.6800.200.68162.8651.8521.18
Hex1A52424401444a33415
Octal321221021040241042436425
Binary1101010100101000010100010001010010001001010001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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