#1A4C3E

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

Shades of Deep Teal #1A4C3E

Tints of Deep Teal #1A4C3E

Color information

#1A4C3E (or 0x1A4C3E) is unknown color: approx Deep Teal. HEX triplet: 1A, 4C and 3E. RGB value is (26,76,62). Sum of RGB (Red+Green+Blue) = 26+76+62=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C3E is #E5B3C1. Grayscale: #3B3B3B. Windows color (decimal): -15053762 or 4082714. OLE color: 4082714.

HSL color Cylindrical-coordinate representation of color #1A4C3E: hue angle of 163.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4C3E is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB267662-
CMYK0.6600.180.70
HSL163.2º49.02%20%-
HSV(B)163.2º65.79%29.8%-
XYZ3.885.745.46-
YUV59.45129.44104.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=15.85%
G=46.34%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2676620.6600.180.70163.249.0220
Hex1A4C3E4201246a33114
Octal32114761020221062436124
Binary110101001100111110100001001001010001101010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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