#165360

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

Shades of Teal Blue #165360

Tints of Teal Blue #165360

Color information

#165360 (or 0x165360) is unknown color: approx Teal Blue. HEX triplet: 16, 53 and 60. RGB value is (22,83,96). Sum of RGB (Red+Green+Blue) = 22+83+96=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #165360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165360 is #E9AC9F. Grayscale: #424242. Windows color (decimal): -15314080 or 6312726. OLE color: 6312726.

HSL color Cylindrical-coordinate representation of color #165360: hue angle of 190.54º 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 #165360 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB228396-
CMYK0.770.1400.62
HSL190.54º62.71%23.14%-
HSV(B)190.54º77.08%37.65%-
XYZ5.547.212.16-
YUV66.24144.7996.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=10.95%
G=41.29%
B=47.76%

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
Decimal2283960.770.1400.62190.5462.7123.14
Hex1653604DE03Ebf3f17
Octal26123140115160762777727
Binary10110101001111000001001101111001111101011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165360; }

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

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

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

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

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

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

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

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