Html Css Color HEX #177170 Blue Stone

📋 copy color: '#177170'

red 23 ◦ green 113 ◦ blue 112

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

Shades of Blue Stone #177170

Tints of Blue Stone #177170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 9.27%
G = 45.56%
B = 45.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#177170 (or 0x177170) is known color: Blue Stone. HEX triplet: 17, 71 and 70. RGB value is (23,113,112). Sum of RGB (Red+Green+Blue) = 23+113+112=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #177170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177170 is #E88E8F. Grayscale: #555555. Windows color (decimal): -15240848 or 7368983. OLE color: 7368983.

HSL color Cylindrical-coordinate representation of color #177170: hue angle of 179.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177170 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 113 112 -
CMYK 0.80 0 0.01 0.56
HSL 179.33º 0.66% 0.27% -
HSV(B) 179.33º 0.8% 0.44% -
XYZ 9.18 13.16 17.39 -
YUV 85.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 23 113 112 0.80 0 0.01 0.56 179.33 0.66 0.27
Hex 17 71 70 50 0 1 38 B3 42 1B
Octal 27 161 160 120 0 1 70 263 102 33
Binary 10111 1110001 1110000 1010000 0 1 111000 10110011 1000010 11011

Color Harmonies of #177170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177170

Black with #177170

Text Example


Text Example

White with #177170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177170; }

 p { color: rgb(23,113,112); }

 H1.HeaderClassName
 {
   color: #177170;
 }
 .AnyTagClassName
 {
   color: #177170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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