#165E60

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

Shades of Blue Stone #165E60

Tints of Blue Stone #165E60

Color information

#165E60 (or 0x165E60) is unknown color: approx Blue Stone. HEX triplet: 16, 5E and 60. RGB value is (22,94,96). Sum of RGB (Red+Green+Blue) = 22+94+96=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #165E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E60 is #E9A19F. Grayscale: #484848. Windows color (decimal): -15311264 or 6315542. OLE color: 6315542.

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

Color convert

RGB229496-
CMYK0.770.0200.62
HSL181.62º62.71%23.14%-
HSV(B)181.62º77.08%37.65%-
XYZ6.449.0212.47-
YUV72.7141.1591.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=10.38%
G=44.34%
B=45.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2294960.770.0200.62181.6262.7123.14
Hex165E604D203Eb63f17
Octal2613614011520762667727
Binary101101011110110000010011011001111101011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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