#115E71

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

Shades of Blue Lagoon #115E71

Tints of Blue Lagoon #115E71

Color information

#115E71 (or 0x115E71) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5E and 71. RGB value is (17,94,113). Sum of RGB (Red+Green+Blue) = 17+94+113=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #115E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E71 is #EEA18E. Grayscale: #484848. Windows color (decimal): -15638927 or 7429649. OLE color: 7429649.

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

Color convert

RGB1794113-
CMYK0.850.1700.56
HSL191.88º73.85%25.49%-
HSV(B)191.88º84.96%44.31%-
XYZ7.219.3217.04-
YUV73.14150.4987.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=7.59%
G=41.96%
B=50.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17941130.850.1700.56191.8873.8525.49
Hex115E715511038c04a19
Octal211361611252107030011231
Binary1000110111101110001101010110001011100011000000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115E71; }

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

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

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

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

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

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

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

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