#106672

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

Shades of Blue Lagoon #106672

Tints of Blue Lagoon #106672

Color information

#106672 (or 0x106672) is unknown color: approx Blue Lagoon. HEX triplet: 10, 66 and 72. RGB value is (16,102,114). Sum of RGB (Red+Green+Blue) = 16+102+114=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #106672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106672 is #EF998D. Grayscale: #4D4D4D. Windows color (decimal): -15702414 or 7497232. OLE color: 7497232.

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

Color convert

RGB16102114-
CMYK0.860.1100.55
HSL187.35º75.38%25.49%-
HSV(B)187.35º85.96%44.71%-
XYZ810.8317.59-
YUV77.65148.5184.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=6.90%
G=43.97%
B=49.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161021140.860.1100.55187.3575.3825.49
Hex10667256B037bb4b19
Octal201461621261306727311331
Binary100001100110111001010101101011011011110111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106672; }

 p { color: rgb(16,102,114); }

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

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

 a { background-color: rgb(16,102,114); }

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

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

 span { border-color: rgb(16,102,114); }

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