#165445

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

Shades of Deep Teal #165445

Tints of Deep Teal #165445

Color information

#165445 (or 0x165445) is unknown color: approx Deep Teal. HEX triplet: 16, 54 and 45. RGB value is (22,84,69). Sum of RGB (Red+Green+Blue) = 22+84+69=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #165445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165445 is #E9ABBA. Grayscale: #3F3F3F. Windows color (decimal): -15313851 or 4543510. OLE color: 4543510.

HSL color Cylindrical-coordinate representation of color #165445: hue angle of 165.48º 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 #165445 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB228469-
CMYK0.7400.180.67
HSL165.48º58.49%20.78%-
HSV(B)165.48º73.81%32.94%-
XYZ4.586.946.73-
YUV63.75130.9698.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=12.57%
G=48%
B=39.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284690.7400.180.67165.4858.4920.78
Hex1654454A01243a53a15
Octal261241051120221032457225
Binary1011010101001000101100101001001010000111010010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165445; }

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

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

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

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

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

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

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

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