#165A60

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

Shades of Blue Stone #165A60

Tints of Blue Stone #165A60

Color information

#165A60 (or 0x165A60) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 60. RGB value is (22,90,96). Sum of RGB (Red+Green+Blue) = 22+90+96=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #165A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A60 is #E9A59F. Grayscale: #464646. Windows color (decimal): -15312288 or 6314518. OLE color: 6314518.

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

Color convert

RGB229096-
CMYK0.770.0600.62
HSL184.86º62.71%23.14%-
HSV(B)184.86º77.08%37.65%-
XYZ6.18.3312.35-
YUV70.35142.4793.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=10.58%
G=43.27%
B=46.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2290960.770.0600.62184.8662.7123.14
Hex165A604D603Eb93f17
Octal2613214011560762717727
Binary1011010110101100000100110111001111101011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165A60; }

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

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

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

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

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

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

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

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