#1A473C

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

Shades of Deep Teal #1A473C

Tints of Deep Teal #1A473C

Color information

#1A473C (or 0x1A473C) is unknown color: approx Deep Teal. HEX triplet: 1A, 47 and 3C. RGB value is (26,71,60). Sum of RGB (Red+Green+Blue) = 26+71+60=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #1A473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A473C is #E5B8C3. Grayscale: #383838. Windows color (decimal): -15055044 or 3950362. OLE color: 3950362.

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

Color convert

RGB267160-
CMYK0.6300.150.72
HSL165.33º46.39%19.02%-
HSV(B)165.33º63.38%27.84%-
XYZ3.495.055.07-
YUV56.29130.09106.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=16.56%
G=45.22%
B=38.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671600.6300.150.72165.3346.3919.02
Hex1A473C3F0F48a52e13
Octal3210774770171102455623
Binary1101010001111111001111110111110010001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,60); }

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

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

 a { background-color: rgb(26,71,60); }

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

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

 span { border-color: rgb(26,71,60); }

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