#1A463E

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

Shades of Deep Teal #1A463E

Tints of Deep Teal #1A463E

Color information

#1A463E (or 0x1A463E) is unknown color: approx Deep Teal. HEX triplet: 1A, 46 and 3E. RGB value is (26,70,62). Sum of RGB (Red+Green+Blue) = 26+70+62=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #1A463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A463E is #E5B9C1. Grayscale: #373737. Windows color (decimal): -15055298 or 4081178. OLE color: 4081178.

HSL color Cylindrical-coordinate representation of color #1A463E: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A463E is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB267062-
CMYK0.6300.110.73
HSL169.09º45.83%18.82%-
HSV(B)169.09º62.86%27.45%-
XYZ3.494.955.33-
YUV55.93131.42106.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=16.46%
G=44.30%
B=39.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670620.6300.110.73169.0945.8318.82
Hex1A463E3F0B49a92e13
Octal3210676770131112515623
Binary1101010001101111101111110101110010011010100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,62); }

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

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

 a { background-color: rgb(26,70,62); }

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

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

 span { border-color: rgb(26,70,62); }

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