#165041

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

Shades of Deep Teal #165041

Tints of Deep Teal #165041

Color information

#165041 (or 0x165041) is unknown color: approx Deep Teal. HEX triplet: 16, 50 and 41. RGB value is (22,80,65). Sum of RGB (Red+Green+Blue) = 22+80+65=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #165041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165041 is #E9AFBE. Grayscale: #3C3C3C. Windows color (decimal): -15314879 or 4280342. OLE color: 4280342.

HSL color Cylindrical-coordinate representation of color #165041: hue angle of 164.48º 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 #165041 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB228065-
CMYK0.7200.190.69
HSL164.48º56.86%20%-
HSV(B)164.48º72.5%31.37%-
XYZ4.156.296-
YUV60.95130.28100.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=13.17%
G=47.90%
B=38.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280650.7200.190.69164.4856.8620
Hex1650414801345a43914
Octal261201011100231052447124
Binary1011010100001000001100100001001110001011010010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165041; }

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

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

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

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

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

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

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

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