Html Css Color HEX #177066 Blue Stone

📋 copy color: '#177066'

red 23 ◦ green 112 ◦ blue 102

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

Shades of Blue Stone #177066

Tints of Blue Stone #177066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 9.7%
G = 47.26%
B = 43.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#177066 (or 0x177066) is known color: Blue Stone. HEX triplet: 17, 70 and 66. RGB value is (23,112,102). Sum of RGB (Red+Green+Blue) = 23+112+102=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #177066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177066 is #E88F99. Grayscale: #545454. Windows color (decimal): -15241114 or 6713367. OLE color: 6713367.

HSL color Cylindrical-coordinate representation of color #177066: hue angle of 173.26º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177066 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 112 102 -
CMYK 0.79 0 0.09 0.56
HSL 173.26º 0.66% 0.26% -
HSV(B) 173.26º 0.79% 0.44% -
XYZ 8.55 12.73 14.58 -
YUV 84.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 23 112 102 0.79 0 0.09 0.56 173.26 0.66 0.26
Hex 17 70 66 4F 0 9 38 AD 42 1A
Octal 27 160 146 117 0 11 70 255 102 32
Binary 10111 1110000 1100110 1001111 0 1001 111000 10101101 1000010 11010

Color Harmonies of #177066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177066

Black with #177066

Text Example


Text Example

White with #177066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177066; }

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

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

background-color css

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

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

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

border-color css

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

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

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