#165D60

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

Shades of Blue Stone #165D60

Tints of Blue Stone #165D60

Color information

#165D60 (or 0x165D60) is unknown color: approx Blue Stone. HEX triplet: 16, 5D and 60. RGB value is (22,93,96). Sum of RGB (Red+Green+Blue) = 22+93+96=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #165D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D60 is #E9A29F. Grayscale: #484848. Windows color (decimal): -15311520 or 6315286. OLE color: 6315286.

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

Color convert

RGB229396-
CMYK0.770.0300.62
HSL182.43º62.71%23.14%-
HSV(B)182.43º77.08%37.65%-
XYZ6.368.8412.44-
YUV72.11141.4892.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=10.43%
G=44.08%
B=45.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2293960.770.0300.62182.4362.7123.14
Hex165D604D303Eb63f17
Octal2613514011530762667727
Binary101101011101110000010011011101111101011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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