#106773

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

Shades of Blue Lagoon #106773

Tints of Blue Lagoon #106773

Color information

#106773 (or 0x106773) is unknown color: approx Blue Lagoon. HEX triplet: 10, 67 and 73. RGB value is (16,103,115). Sum of RGB (Red+Green+Blue) = 16+103+115=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #106773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106773 is #EF988C. Grayscale: #4E4E4E. Windows color (decimal): -15702157 or 7563024. OLE color: 7563024.

HSL color Cylindrical-coordinate representation of color #106773: hue angle of 187.27º 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 #106773 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB16103115-
CMYK0.860.1000.55
HSL187.27º75.57%25.69%-
HSV(B)187.27º86.09%45.1%-
XYZ8.1611.0517.92-
YUV78.36148.6883.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=6.84%
G=44.02%
B=49.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161031150.860.1000.55187.2775.5725.69
Hex10677356A037bb4c1a
Octal201471631261206727311432
Binary100001100111111001110101101010011011110111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106773; }

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

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

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

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

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

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

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

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