#165442

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

Shades of Deep Teal #165442

Tints of Deep Teal #165442

Color information

#165442 (or 0x165442) is unknown color: approx Deep Teal. HEX triplet: 16, 54 and 42. RGB value is (22,84,66). Sum of RGB (Red+Green+Blue) = 22+84+66=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #165442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165442 is #E9ABBD. Grayscale: #3F3F3F. Windows color (decimal): -15313854 or 4346902. OLE color: 4346902.

HSL color Cylindrical-coordinate representation of color #165442: hue angle of 162.58º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165442 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB228466-
CMYK0.7400.210.67
HSL162.58º58.49%20.78%-
HSV(B)162.58º73.81%32.94%-
XYZ4.486.96.25-
YUV63.41129.4698.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=12.79%
G=48.84%
B=38.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284660.7400.210.67162.5858.4920.78
Hex1654424A01543a33a15
Octal261241021120251032437225
Binary1011010101001000010100101001010110000111010001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165442; }

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

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

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

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

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

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

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

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