Html Css Color HEX #116A70 Blue Stone

📋 copy color: '#116A70'

red 17 ◦ green 106 ◦ blue 112

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

Shades of Blue Stone #116A70

Tints of Blue Stone #116A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 7.23%
G = 45.11%
B = 47.66%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#116A70 (or 0x116A70) is known color: Blue Stone. HEX triplet: 11, 6A and 70. RGB value is (17,106,112). Sum of RGB (Red+Green+Blue) = 17+106+112=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #116A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A70 is #EE958F. Grayscale: #4F4F4F. Windows color (decimal): -15635856 or 7367185. OLE color: 7367185.

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

Color convert

RGB 17 106 112 -
CMYK 0.85 0.05 0 0.56
HSL 183.79º 0.74% 0.25% -
HSV(B) 183.79º 0.85% 0.44% -
XYZ 8.31 11.6 17.13 -
YUV 80.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 17 106 112 0.85 0.05 0 0.56 183.79 0.74 0.25
Hex 11 6A 70 55 5 0 38 B8 4A 19
Octal 21 152 160 125 5 0 70 270 112 31
Binary 10001 1101010 1110000 1010101 101 0 111000 10111000 1001010 11001

Color Harmonies of #116A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A70

Black with #116A70

Text Example


Text Example

White with #116A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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