#115D6C

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

Shades of Blue Lagoon #115D6C

Tints of Blue Lagoon #115D6C

Color information

#115D6C (or 0x115D6C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5D and 6C. RGB value is (17,93,108). Sum of RGB (Red+Green+Blue) = 17+93+108=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #115D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D6C is #EEA293. Grayscale: #474747. Windows color (decimal): -15639188 or 7101713. OLE color: 7101713.

HSL color Cylindrical-coordinate representation of color #115D6C: hue angle of 189.89º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115D6C is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1793108-
CMYK0.840.1400.58
HSL189.89º72.8%24.51%-
HSV(B)189.89º84.26%42.35%-
XYZ6.859.0315.57-
YUV71.99148.3288.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=7.80%
G=42.66%
B=49.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17931080.840.1400.58189.8972.824.51
Hex115D6C54E03Abe4919
Octal211351541241607227611131
Binary100011011101110110010101001110011101010111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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