Html Css Color HEX #176060 Blue Stone

📋 copy color: '#176060'

red 23 ◦ green 96 ◦ blue 96

#176060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #176060

Tints of Blue Stone #176060

RGB

 RED value IS 23 (9.38% from 255) = 10.7%

 GREEN value IS 96 (37.89% from 255) = 44.65%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 10.7%
G = 44.65%
B = 44.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#176060 (or 0x176060) is known color: 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

RGB 23 96 96 -
CMYK 0.76 0 0 0.62
HSL 180º 0.61% 0.23% -
HSV(B) 180º 0.76% 0.38% -
XYZ 6.65 9.39 12.53 -
YUV 74.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 23 96 96 0.76 0 0 0.62 180 0.61 0.23
Hex 17 60 60 4C 0 0 3E B4 3D 17
Octal 27 140 140 114 0 0 76 264 75 27
Binary 10111 1100000 1100000 1001100 0 0 111110 10110100 111101 10111

Color Harmonies of #176060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176060

Black with #176060

Text Example


Text Example

White with #176060

Text Example


Text Example

HTML Codes & Css Web 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>