Html Css Color HEX #175F61 Blue Stone

📋 copy color: '#175F61'

red 23 ◦ green 95 ◦ blue 97

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

Shades of Blue Stone #175F61

Tints of Blue Stone #175F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 10.7%
G = 44.19%
B = 45.12%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175F61 (or 0x175F61) is known color: Blue Stone. HEX triplet: 17, 5F and 61. RGB value is (23,95,97). Sum of RGB (Red+Green+Blue) = 23+95+97=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #175F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F61 is #E8A09E. Grayscale: #494949. Windows color (decimal): -15245471 or 6381335. OLE color: 6381335.

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

Color convert

RGB 23 95 97 -
CMYK 0.76 0.02 0 0.62
HSL 181.62º 0.62% 0.24% -
HSV(B) 181.62º 0.76% 0.38% -
XYZ 6.6 9.23 12.74 -
YUV 73.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 23 95 97 0.76 0.02 0 0.62 181.62 0.62 0.24
Hex 17 5F 61 4C 2 0 3E B6 3E 18
Octal 27 137 141 114 2 0 76 266 76 30
Binary 10111 1011111 1100001 1001100 10 0 111110 10110110 111110 11000

Color Harmonies of #175F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F61

Black with #175F61

Text Example


Text Example

White with #175F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175F61; }

 p { color: rgb(23,95,97); }

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

background-color css

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

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

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

border-color css

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

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

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