#106173

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

Shades of Blue Lagoon #106173

Tints of Blue Lagoon #106173

Color information

#106173 (or 0x106173) is unknown color: approx Blue Lagoon. HEX triplet: 10, 61 and 73. RGB value is (16,97,115). Sum of RGB (Red+Green+Blue) = 16+97+115=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #106173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106173 is #EF9E8C. Grayscale: #4A4A4A. Windows color (decimal): -15703693 or 7561488. OLE color: 7561488.

HSL color Cylindrical-coordinate representation of color #106173: hue angle of 190.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106173 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1697115-
CMYK0.860.1600.55
HSL190.91º75.57%25.69%-
HSV(B)190.91º86.09%45.1%-
XYZ7.589.917.73-
YUV74.83150.6686.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=7.02%
G=42.54%
B=50.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16971150.860.1600.55190.9175.5725.69
Hex1061735610037bf4c1a
Octal201411631262006727711432
Binary1000011000011110011101011010000011011110111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106173; }

 p { color: rgb(16,97,115); }

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

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

 a { background-color: rgb(16,97,115); }

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

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

 span { border-color: rgb(16,97,115); }

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