#176060

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

Shades of Blue Stone #176060

Tints of Blue Stone #176060

Color information

#176060 (or 0x176060) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 60. RGB value is (23,96,96). Sum of RGB (Red+Green+Blue) = 23+96+96=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #176060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176060 is #E89F9F. Grayscale: #4A4A4A. Windows color (decimal): -15245216 or 6316055. OLE color: 6316055.

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

Color convert

RGB239696-
CMYK0.76000.62
HSL180º61.34%23.33%-
HSV(B)180º76.04%37.65%-
XYZ6.659.3912.53-
YUV74.17140.3291.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=10.70%
G=44.65%
B=44.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396960.76000.6218061.3423.33
Hex1760604C003Eb43d17
Octal2714014011400762647527
Binary10111110000011000001001100001111101011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176060; }

 p { color: rgb(23,96,96); }

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

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

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

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

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

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

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