#1A4B3D

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

Shades of Deep Teal #1A4B3D

Tints of Deep Teal #1A4B3D

Color information

#1A4B3D (or 0x1A4B3D) is unknown color: approx Deep Teal. HEX triplet: 1A, 4B and 3D. RGB value is (26,75,61). Sum of RGB (Red+Green+Blue) = 26+75+61=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B3D is #E5B4C2. Grayscale: #3A3A3A. Windows color (decimal): -15054019 or 4016922. OLE color: 4016922.

HSL color Cylindrical-coordinate representation of color #1A4B3D: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B3D is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB267561-
CMYK0.6500.190.71
HSL162.86º48.51%19.8%-
HSV(B)162.86º65.33%29.41%-
XYZ3.785.595.29-
YUV58.75129.27104.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.05%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=16.05%
G=46.30%
B=37.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2675610.6500.190.71162.8648.5119.8
Hex1A4B3D4101347a33114
Octal32113751010231072436124
Binary110101001011111101100000101001110001111010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,75,61); }

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

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

 a { background-color: rgb(26,75,61); }

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

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

 span { border-color: rgb(26,75,61); }

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