#115D6E

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

Shades of Blue Lagoon #115D6E

Tints of Blue Lagoon #115D6E

Color information

#115D6E (or 0x115D6E) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5D and 6E. RGB value is (17,93,110). Sum of RGB (Red+Green+Blue) = 17+93+110=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #115D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D6E is #EEA291. Grayscale: #484848. Windows color (decimal): -15639186 or 7232785. OLE color: 7232785.

HSL color Cylindrical-coordinate representation of color #115D6E: hue angle of 190.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115D6E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1793110-
CMYK0.850.1500.57
HSL190.97º73.23%24.9%-
HSV(B)190.97º84.55%43.14%-
XYZ6.969.0716.14-
YUV72.21149.3288.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 110 (43.36% from 255) = 50%
R=7.73%
G=42.27%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17931100.850.1500.57190.9773.2324.9
Hex115D6E55F039bf4919
Octal211351561251707127711131
Binary100011011101110111010101011111011100110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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