#11606C

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

Shades of Blue Lagoon #11606C

Tints of Blue Lagoon #11606C

Color information

#11606C (or 0x11606C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 60 and 6C. RGB value is (17,96,108). Sum of RGB (Red+Green+Blue) = 17+96+108=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #11606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11606C is #EE9F93. Grayscale: #494949. Windows color (decimal): -15638420 or 7102481. OLE color: 7102481.

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

Color convert

RGB1796108-
CMYK0.840.1100.58
HSL187.91º72.8%24.51%-
HSV(B)187.91º84.26%42.35%-
XYZ7.129.5715.66-
YUV73.75147.3387.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=7.69%
G=43.44%
B=48.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17961080.840.1100.58187.9172.824.51
Hex11606C54B03Abc4919
Octal211401541241307227411131
Binary100011100000110110010101001011011101010111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11606C; }

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

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

<style>
 a { background-color: #11606C; }

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

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

<style>
 span { border-color: #11606C; }

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

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