#01686A

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

Shades of Blue Lagoon #01686A

Tints of Blue Lagoon #01686A

Color information

#01686A (or 0x01686A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 68 and 6A. RGB value is (1,104,106). Sum of RGB (Red+Green+Blue) = 1+104+106=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #01686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01686A is #FE9795. Grayscale: #494949. Windows color (decimal): -16684950 or 6973441. OLE color: 6973441.

HSL color Cylindrical-coordinate representation of color #01686A: hue angle of 181.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01686A is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1104106-
CMYK0.990.0200.58
HSL181.14º98.13%20.98%-
HSV(B)181.14º99.06%41.57%-
XYZ7.5610.9515.35-
YUV73.43146.3876.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=0.47%
G=49.29%
B=50.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11041060.990.0200.58181.1498.1320.98
Hex1686A63203Ab56215
Octal1150152143207226514225
Binary111010001101010110001110011101010110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01686A; }

 p { color: rgb(1,104,106); }

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

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

 a { background-color: rgb(1,104,106); }

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

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

 span { border-color: rgb(1,104,106); }

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