Html Css Color HEX #17706C Blue Stone

📋 copy color: '#17706C'

red 23 ◦ green 112 ◦ blue 108

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

Shades of Blue Stone #17706C

Tints of Blue Stone #17706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 9.47%
G = 46.09%
B = 44.44%

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

#17706C (or 0x17706C) is known color: Blue Stone. HEX triplet: 17, 70 and 6C. RGB value is (23,112,108). Sum of RGB (Red+Green+Blue) = 23+112+108=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #17706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17706C is #E88F93. Grayscale: #545454. Windows color (decimal): -15241108 or 7106583. OLE color: 7106583.

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

Color convert

RGB 23 112 108 -
CMYK 0.79 0 0.04 0.56
HSL 177.3º 0.66% 0.26% -
HSV(B) 177.3º 0.79% 0.44% -
XYZ 8.85 12.85 16.2 -
YUV 84.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 23 112 108 0.79 0 0.04 0.56 177.3 0.66 0.26
Hex 17 70 6C 4F 0 4 38 B1 42 1A
Octal 27 160 154 117 0 4 70 261 102 32
Binary 10111 1110000 1101100 1001111 0 100 111000 10110001 1000010 11010

Color Harmonies of #17706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17706C

Black with #17706C

Text Example


Text Example

White with #17706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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