#115F6C

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

Shades of Blue Lagoon #115F6C

Tints of Blue Lagoon #115F6C

Color information

#115F6C (or 0x115F6C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5F and 6C. RGB value is (17,95,108). Sum of RGB (Red+Green+Blue) = 17+95+108=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #115F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F6C is #EEA093. Grayscale: #494949. Windows color (decimal): -15638676 or 7102225. OLE color: 7102225.

HSL color Cylindrical-coordinate representation of color #115F6C: hue angle of 188.57º 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 #115F6C is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1795108-
CMYK0.840.1200.58
HSL188.57º72.8%24.51%-
HSV(B)188.57º84.26%42.35%-
XYZ7.039.3915.63-
YUV73.16147.6687.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=7.73%
G=43.18%
B=49.09%

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
Decimal17951080.840.1200.58188.5772.824.51
Hex115F6C54C03Abd4919
Octal211371541241407227511131
Binary100011011111110110010101001100011101010111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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