#165342

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

Shades of Deep Teal #165342

Tints of Deep Teal #165342

Color information

#165342 (or 0x165342) is unknown color: approx Deep Teal. HEX triplet: 16, 53 and 42. RGB value is (22,83,66). Sum of RGB (Red+Green+Blue) = 22+83+66=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #165342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165342 is #E9ACBD. Grayscale: #3E3E3E. Windows color (decimal): -15314110 or 4346646. OLE color: 4346646.

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

Color convert

RGB228366-
CMYK0.7300.200.67
HSL163.28º58.1%20.59%-
HSV(B)163.28º73.49%32.55%-
XYZ4.416.756.22-
YUV62.82129.7998.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=12.87%
G=48.54%
B=38.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283660.7300.200.67163.2858.120.59
Hex1653424901443a33a15
Octal261231021110241032437225
Binary1011010100111000010100100101010010000111010001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165342; }

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

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

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

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

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

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

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

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