#165047

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

Shades of Deep Teal #165047

Tints of Deep Teal #165047

Color information

#165047 (or 0x165047) is unknown color: approx Deep Teal. HEX triplet: 16, 50 and 47. RGB value is (22,80,71). Sum of RGB (Red+Green+Blue) = 22+80+71=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #165047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165047 is #E9AFB8. Grayscale: #3D3D3D. Windows color (decimal): -15314873 or 4673558. OLE color: 4673558.

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

Color convert

RGB228071-
CMYK0.7200.110.69
HSL170.69º56.86%20%-
HSV(B)170.69º72.5%31.37%-
XYZ4.346.366.96-
YUV61.63133.2899.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=12.72%
G=46.24%
B=41.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280710.7200.110.69170.6956.8620
Hex165047480B45ab3914
Octal261201071100131052537124
Binary101101010000100011110010000101110001011010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165047; }

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

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

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

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

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

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

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

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