#116C73

Color #116C73 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #116C73

Tints of Blue Lagoon #116C73

Color information

#116C73 (or 0x116C73) is unknown color: approx Blue Lagoon. HEX triplet: 11, 6C and 73. RGB value is (17,108,115). Sum of RGB (Red+Green+Blue) = 17+108+115=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #116C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C73 is #EE938C. Grayscale: #515151. Windows color (decimal): -15635341 or 7564305. OLE color: 7564305.

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

Color convert

RGB17108115-
CMYK0.850.0600.55
HSL184.29º74.24%25.88%-
HSV(B)184.29º85.22%45.1%-
XYZ8.6912.0818.09-
YUV81.59146.8581.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=7.08%
G=45%
B=47.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171081150.850.0600.55184.2974.2425.88
Hex116C73556037b84a1a
Octal21154163125606727011232
Binary10001110110011100111010101110011011110111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #116C73;
 }
 .AnyTagClassName
 {
   color: #116C73;
 }
</style>
background-color css

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

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

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

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

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

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