#106170

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

Shades of Blue Lagoon #106170

Tints of Blue Lagoon #106170

Color information

#106170 (or 0x106170) is unknown color: approx Blue Lagoon. HEX triplet: 10, 61 and 70. RGB value is (16,97,112). Sum of RGB (Red+Green+Blue) = 16+97+112=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #106170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106170 is #EF9E8F. Grayscale: #4A4A4A. Windows color (decimal): -15703696 or 7364880. OLE color: 7364880.

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

Color convert

RGB1697112-
CMYK0.860.1300.56
HSL189.38º75%25.1%-
HSV(B)189.38º85.71%43.92%-
XYZ7.419.8316.84-
YUV74.49149.1686.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=7.11%
G=43.11%
B=49.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16971120.860.1300.56189.387525.1
Hex10617056D038bd4b19
Octal201411601261507027511331
Binary100001100001111000010101101101011100010111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106170; }

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

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

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

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

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

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

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

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