#106C73

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

Shades of Blue Lagoon #106C73

Tints of Blue Lagoon #106C73

Color information

#106C73 (or 0x106C73) is unknown color: approx Blue Lagoon. HEX triplet: 10, 6C and 73. RGB value is (16,108,115). Sum of RGB (Red+Green+Blue) = 16+108+115=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #106C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C73 is #EF938C. Grayscale: #515151. Windows color (decimal): -15700877 or 7564304. OLE color: 7564304.

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

Color convert

RGB16108115-
CMYK0.860.0600.55
HSL184.24º75.57%25.69%-
HSV(B)184.24º86.09%45.1%-
XYZ8.6712.0718.09-
YUV81.29147.0281.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=6.69%
G=45.19%
B=48.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161081150.860.0600.55184.2475.5725.69
Hex106C73566037b84c1a
Octal20154163126606727011432
Binary10000110110011100111010110110011011110111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106C73; }

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

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

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

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

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

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

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

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