Html Css Color HEX #117165 Blue Stone

📋 copy color: '#117165'

red 17 ◦ green 113 ◦ blue 101

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

Shades of Blue Stone #117165

Tints of Blue Stone #117165

RGB

 RED value IS 17 (7.03% from 255) = 7.36%

 GREEN value IS 113 (44.53% from 255) = 48.92%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 7.36%
G = 48.92%
B = 43.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#117165 (or 0x117165) is known color: Blue Stone. HEX triplet: 11, 71 and 65. RGB value is (17,113,101). Sum of RGB (Red+Green+Blue) = 17+113+101=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #117165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117165 is #EE8E9A. Grayscale: #525252. Windows color (decimal): -15634075 or 6648081. OLE color: 6648081.

HSL color Cylindrical-coordinate representation of color #117165: hue angle of 172.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117165 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 101 -
CMYK 0.85 0 0.11 0.56
HSL 172.5º 0.74% 0.25% -
HSV(B) 172.5º 0.85% 0.44% -
XYZ 8.49 12.87 14.35 -
YUV 82.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 17 113 101 0.85 0 0.11 0.56 172.5 0.74 0.25
Hex 11 71 65 55 0 B 38 AC 4A 19
Octal 21 161 145 125 0 13 70 254 112 31
Binary 10001 1110001 1100101 1010101 0 1011 111000 10101100 1001010 11001

Color Harmonies of #117165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117165

Black with #117165

Text Example


Text Example

White with #117165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117165; }

 p { color: rgb(17,113,101); }

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

background-color css

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

 a { background-color: rgb(17,113,101); }

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

border-color css

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

 span { border-color: rgb(17,113,101); }

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