Html Css Color HEX #176A5F Blue Stone

📋 copy color: '#176A5F'

red 23 ◦ green 106 ◦ blue 95

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

Shades of Blue Stone #176A5F

Tints of Blue Stone #176A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.32%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 10.27%
G = 47.32%
B = 42.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#176A5F (or 0x176A5F) is known color: Blue Stone. HEX triplet: 17, 6A and 5F. RGB value is (23,106,95). Sum of RGB (Red+Green+Blue) = 23+106+95=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #176A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176A5F is #E895A0. Grayscale: #4F4F4F. Windows color (decimal): -15242657 or 6253079. OLE color: 6253079.

HSL color Cylindrical-coordinate representation of color #176A5F: hue angle of 172.05º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176A5F is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 106 95 -
CMYK 0.78 0 0.10 0.58
HSL 172.05º 0.64% 0.25% -
HSV(B) 172.05º 0.78% 0.42% -
XYZ 7.57 11.32 12.61 -
YUV 79.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 23 106 95 0.78 0 0.10 0.58 172.05 0.64 0.25
Hex 17 6A 5F 4E 0 A 3A AC 40 19
Octal 27 152 137 116 0 12 72 254 100 31
Binary 10111 1101010 1011111 1001110 0 1010 111010 10101100 1000000 11001

Color Harmonies of #176A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176A5F

Black with #176A5F

Text Example


Text Example

White with #176A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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