#1A3C38

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

Shades of Deep Teal #1A3C38

Tints of Deep Teal #1A3C38

Color information

#1A3C38 (or 0x1A3C38) is unknown color: approx Deep Teal. HEX triplet: 1A, 3C and 38. RGB value is (26,60,56). Sum of RGB (Red+Green+Blue) = 26+60+56=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C38 is #E5C3C7. Grayscale: #313131. Windows color (decimal): -15057864 or 3685402. OLE color: 3685402.

HSL color Cylindrical-coordinate representation of color #1A3C38: hue angle of 172.94º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C38 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB266056-
CMYK0.5700.070.76
HSL172.94º39.53%16.86%-
HSV(B)172.94º56.67%23.53%-
XYZ2.763.744.32-
YUV49.38131.74111.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=18.31%
G=42.25%
B=39.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2660560.5700.070.76172.9439.5316.86
Hex1A3C3839074Cad2811
Octal32747071071142555021
Binary11010111100111000111001011110011001010110110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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