#165361

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

Shades of Teal Blue #165361

Tints of Teal Blue #165361

Color information

#165361 (or 0x165361) is unknown color: approx Teal Blue. HEX triplet: 16, 53 and 61. RGB value is (22,83,97). Sum of RGB (Red+Green+Blue) = 22+83+97=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #165361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165361 is #E9AC9E. Grayscale: #424242. Windows color (decimal): -15314079 or 6378262. OLE color: 6378262.

HSL color Cylindrical-coordinate representation of color #165361: hue angle of 191.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165361 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB228397-
CMYK0.770.1400.62
HSL191.2º63.03%23.33%-
HSV(B)191.2º77.32%38.04%-
XYZ5.587.2212.41-
YUV66.36145.2996.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=10.89%
G=41.09%
B=48.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2283970.770.1400.62191.263.0323.33
Hex1653614DE03Ebf3f17
Octal26123141115160762777727
Binary10110101001111000011001101111001111101011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165361; }

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

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

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

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

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

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

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

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