#115D6A

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

Shades of Blue Lagoon #115D6A

Tints of Blue Lagoon #115D6A

Color information

#115D6A (or 0x115D6A) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5D and 6A. RGB value is (17,93,106). Sum of RGB (Red+Green+Blue) = 17+93+106=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #115D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D6A is #EEA295. Grayscale: #474747. Windows color (decimal): -15639190 or 6970641. OLE color: 6970641.

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

Color convert

RGB1793106-
CMYK0.840.1200.58
HSL188.76º72.36%24.12%-
HSV(B)188.76º83.96%41.57%-
XYZ6.758.9915.02-
YUV71.76147.3288.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 106 (41.80% from 255) = 49.07%
R=7.87%
G=43.06%
B=49.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17931060.840.1200.58188.7672.3624.12
Hex115D6A54C03Abd4818
Octal211351521241407227511030
Binary100011011101110101010101001100011101010111101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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