#116A72

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

Shades of Blue Lagoon #116A72

Tints of Blue Lagoon #116A72

Color information

#116A72 (or 0x116A72) is unknown color: approx Blue Lagoon. HEX triplet: 11, 6A and 72. RGB value is (17,106,114). Sum of RGB (Red+Green+Blue) = 17+106+114=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #116A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A72 is #EE958D. Grayscale: #505050. Windows color (decimal): -15635854 or 7498257. OLE color: 7498257.

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

Color convert

RGB17106114-
CMYK0.850.0700.55
HSL184.95º74.05%25.69%-
HSV(B)184.95º85.09%44.71%-
XYZ8.4211.6417.72-
YUV80.3147.0182.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=7.17%
G=44.73%
B=48.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171061140.850.0700.55184.9574.0525.69
Hex116A72557037b94a1a
Octal21152162125706727111232
Binary10001110101011100101010101111011011110111001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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