Html Css Color HEX #116A73 Blue Lagoon

📋 copy color: '#116A73'

red 17 ◦ green 106 ◦ blue 115

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

Shades of Blue Lagoon #116A73

Tints of Blue Lagoon #116A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.32%

R = 7.14%
G = 44.54%
B = 48.32%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116A73 (or 0x116A73) is known color: Blue Lagoon. HEX triplet: 11, 6A and 73. RGB value is (17,106,115). Sum of RGB (Red+Green+Blue) = 17+106+115=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #116A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A73 is #EE958C. Grayscale: #505050. Windows color (decimal): -15635853 or 7563793. OLE color: 7563793.

HSL color Cylindrical-coordinate representation of color #116A73: hue angle of 185.51º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116A73 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 106 115 -
CMYK 0.85 0.08 0 0.55
HSL 185.51º 0.74% 0.26% -
HSV(B) 185.51º 0.85% 0.45% -
XYZ 8.48 11.67 18.02 -
YUV 80.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 17 106 115 0.85 0.08 0 0.55 185.51 0.74 0.26
Hex 11 6A 73 55 8 0 37 BA 4A 1A
Octal 21 152 163 125 10 0 67 272 112 32
Binary 10001 1101010 1110011 1010101 1000 0 110111 10111010 1001010 11010

Color Harmonies of #116A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A73

Black with #116A73

Text Example


Text Example

White with #116A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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