Html Css Color HEX #17706A Blue Stone

📋 copy color: '#17706A'

red 23 ◦ green 112 ◦ blue 106

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

Shades of Blue Stone #17706A

Tints of Blue Stone #17706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 9.54%
G = 46.47%
B = 43.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#17706A (or 0x17706A) is known color: Blue Stone. HEX triplet: 17, 70 and 6A. RGB value is (23,112,106). Sum of RGB (Red+Green+Blue) = 23+112+106=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #17706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17706A is #E88F95. Grayscale: #545454. Windows color (decimal): -15241110 or 6975511. OLE color: 6975511.

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

Color convert

RGB 23 112 106 -
CMYK 0.79 0 0.05 0.56
HSL 175.96º 0.66% 0.26% -
HSV(B) 175.96º 0.79% 0.44% -
XYZ 8.75 12.81 15.65 -
YUV 84.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 23 112 106 0.79 0 0.05 0.56 175.96 0.66 0.26
Hex 17 70 6A 4F 0 5 38 B0 42 1A
Octal 27 160 152 117 0 5 70 260 102 32
Binary 10111 1110000 1101010 1001111 0 101 111000 10110000 1000010 11010

Color Harmonies of #17706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17706A

Black with #17706A

Text Example


Text Example

White with #17706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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