#11676F

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

Shades of Blue Lagoon #11676F

Tints of Blue Lagoon #11676F

Color information

#11676F (or 0x11676F) is unknown color: approx Blue Lagoon. HEX triplet: 11, 67 and 6F. RGB value is (17,103,111). Sum of RGB (Red+Green+Blue) = 17+103+111=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #11676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11676F is #EE9890. Grayscale: #4E4E4E. Windows color (decimal): -15636625 or 7300881. OLE color: 7300881.

HSL color Cylindrical-coordinate representation of color #11676F: hue angle of 185.11º degrees, saturation: 0.73, 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 #11676F is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB17103111-
CMYK0.850.0700.56
HSL185.11º73.44%25.1%-
HSV(B)185.11º84.68%43.53%-
XYZ7.9510.9716.74-
YUV78.2146.5184.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=7.36%
G=44.59%
B=48.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171031110.850.0700.56185.1173.4425.1
Hex11676F557038b94919
Octal21147157125707027111131
Binary10001110011111011111010101111011100010111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11676F; }

 p { color: rgb(17,103,111); }

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

<style>
 a { background-color: #11676F; }

 a { background-color: rgb(17,103,111); }

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

<style>
 span { border-color: #11676F; }

 span { border-color: rgb(17,103,111); }

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