#1A3835

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

Shades of Deep Teal #1A3835

Tints of Deep Teal #1A3835

Color information

#1A3835 (or 0x1A3835) is unknown color: approx Deep Teal. HEX triplet: 1A, 38 and 35. RGB value is (26,56,53). Sum of RGB (Red+Green+Blue) = 26+56+53=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3835 is #E5C7CA. Grayscale: #2E2E2E. Windows color (decimal): -15058891 or 3487770. OLE color: 3487770.

HSL color Cylindrical-coordinate representation of color #1A3835: hue angle of 174º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3835 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB265653-
CMYK0.5400.050.78
HSL174º36.59%16.08%-
HSV(B)174º53.57%21.96%-
XYZ2.483.313.88-
YUV46.69131.56113.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=19.26%
G=41.48%
B=39.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656530.5400.050.7817436.5916.08
Hex1A383536054Eae2510
Octal32706566051162564520
Binary11010111000110101110110010110011101010111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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