#165042

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

Shades of Deep Teal #165042

Tints of Deep Teal #165042

Color information

#165042 (or 0x165042) is unknown color: approx Deep Teal. HEX triplet: 16, 50 and 42. RGB value is (22,80,66). Sum of RGB (Red+Green+Blue) = 22+80+66=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #165042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165042 is #E9AFBD. Grayscale: #3D3D3D. Windows color (decimal): -15314878 or 4345878. OLE color: 4345878.

HSL color Cylindrical-coordinate representation of color #165042: hue angle of 165.52º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165042 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB228066-
CMYK0.7200.170.69
HSL165.52º56.86%20%-
HSV(B)165.52º72.5%31.37%-
XYZ4.186.36.15-
YUV61.06130.78100.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=13.10%
G=47.62%
B=39.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280660.7200.170.69165.5256.8620
Hex1650424801145a63914
Octal261201021100211052467124
Binary1011010100001000010100100001000110001011010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165042; }

 p { color: rgb(22,80,66); }

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

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

 a { background-color: rgb(22,80,66); }

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

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

 span { border-color: rgb(22,80,66); }

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