#1A4B41

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

Shades of Deep Teal #1A4B41

Tints of Deep Teal #1A4B41

Color information

#1A4B41 (or 0x1A4B41) is unknown color: approx Deep Teal. HEX triplet: 1A, 4B and 41. RGB value is (26,75,65). Sum of RGB (Red+Green+Blue) = 26+75+65=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B41 is #E5B4BE. Grayscale: #3B3B3B. Windows color (decimal): -15054015 or 4279066. OLE color: 4279066.

HSL color Cylindrical-coordinate representation of color #1A4B41: hue angle of 167.76º 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 #1A4B41 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB267565-
CMYK0.6500.130.71
HSL167.76º48.51%19.8%-
HSV(B)167.76º65.33%29.41%-
XYZ3.95.635.88-
YUV59.21131.27104.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=15.66%
G=45.18%
B=39.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2675650.6500.130.71167.7648.5119.8
Hex1A4B41410D47a83114
Octal321131011010151072506124
Binary110101001011100000110000010110110001111010100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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