Html Css Color HEX #17706B Blue Stone

📋 copy color: '#17706B'

red 23 ◦ green 112 ◦ blue 107

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

Shades of Blue Stone #17706B

Tints of Blue Stone #17706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 9.5%
G = 46.28%
B = 44.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#17706B (or 0x17706B) is known color: Blue Stone. HEX triplet: 17, 70 and 6B. RGB value is (23,112,107). Sum of RGB (Red+Green+Blue) = 23+112+107=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #17706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17706B is #E88F94. Grayscale: #545454. Windows color (decimal): -15241109 or 7041047. OLE color: 7041047.

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

Color convert

RGB 23 112 107 -
CMYK 0.79 0 0.04 0.56
HSL 176.63º 0.66% 0.26% -
HSV(B) 176.63º 0.79% 0.44% -
XYZ 8.8 12.83 15.92 -
YUV 84.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 23 112 107 0.79 0 0.04 0.56 176.63 0.66 0.26
Hex 17 70 6B 4F 0 4 38 B1 42 1A
Octal 27 160 153 117 0 4 70 261 102 32
Binary 10111 1110000 1101011 1001111 0 100 111000 10110001 1000010 11010

Color Harmonies of #17706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17706B

Black with #17706B

Text Example


Text Example

White with #17706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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