Html Css Color HEX #177172 Blue Stone

📋 copy color: '#177172'

red 23 ◦ green 113 ◦ blue 114

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

Shades of Blue Stone #177172

Tints of Blue Stone #177172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 9.2%
G = 45.2%
B = 45.6%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#177172 (or 0x177172) is known color: Blue Stone. HEX triplet: 17, 71 and 72. RGB value is (23,113,114). Sum of RGB (Red+Green+Blue) = 23+113+114=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #177172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177172 is #E88E8D. Grayscale: #565656. Windows color (decimal): -15240846 or 7500055. OLE color: 7500055.

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

Color convert

RGB 23 113 114 -
CMYK 0.80 0.01 0 0.55
HSL 180.66º 0.66% 0.27% -
HSV(B) 180.66º 0.8% 0.45% -
XYZ 9.3 13.21 17.98 -
YUV 86.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 23 113 114 0.80 0.01 0 0.55 180.66 0.66 0.27
Hex 17 71 72 50 1 0 37 B5 42 1B
Octal 27 161 162 120 1 0 67 265 102 33
Binary 10111 1110001 1110010 1010000 1 0 110111 10110101 1000010 11011

Color Harmonies of #177172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177172

Black with #177172

Text Example


Text Example

White with #177172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177172; }

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

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

background-color css

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

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

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

border-color css

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

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

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