Html Css Color HEX #17706F Blue Stone

📋 copy color: '#17706F'

red 23 ◦ green 112 ◦ blue 111

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

Shades of Blue Stone #17706F

Tints of Blue Stone #17706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 9.35%
G = 45.53%
B = 45.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#17706F (or 0x17706F) is known color: Blue Stone. HEX triplet: 17, 70 and 6F. RGB value is (23,112,111). Sum of RGB (Red+Green+Blue) = 23+112+111=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #17706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17706F is #E88F90. Grayscale: #555555. Windows color (decimal): -15241105 or 7303191. OLE color: 7303191.

HSL color Cylindrical-coordinate representation of color #17706F: hue angle of 179.33º 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 #17706F is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 112 111 -
CMYK 0.79 0 0.01 0.56
HSL 179.33º 0.66% 0.26% -
HSV(B) 179.33º 0.79% 0.44% -
XYZ 9.02 12.92 17.06 -
YUV 85.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 23 112 111 0.79 0 0.01 0.56 179.33 0.66 0.26
Hex 17 70 6F 4F 0 1 38 B3 42 1A
Octal 27 160 157 117 0 1 70 263 102 32
Binary 10111 1110000 1101111 1001111 0 1 111000 10110011 1000010 11010

Color Harmonies of #17706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17706F

Black with #17706F

Text Example


Text Example

White with #17706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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