#016B6D

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

Shades of Blue Lagoon #016B6D

Tints of Blue Lagoon #016B6D

Color information

#016B6D (or 0x016B6D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 6D. RGB value is (1,107,109). Sum of RGB (Red+Green+Blue) = 1+107+109=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #016B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B6D is #FE9492. Grayscale: #4B4B4B. Windows color (decimal): -16684179 or 7170817. OLE color: 7170817.

HSL color Cylindrical-coordinate representation of color #016B6D: hue angle of 181.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B6D is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1107109-
CMYK0.990.0200.57
HSL181.11º98.18%21.57%-
HSV(B)181.11º99.08%42.75%-
XYZ8.0311.6316.29-
YUV75.53146.8874.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=0.46%
G=49.31%
B=50.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11071090.990.0200.57181.1198.1821.57
Hex16B6D632039b56216
Octal1153155143207126514226
Binary111010111101101110001110011100110110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B6D; }

 p { color: rgb(1,107,109); }

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

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

 a { background-color: rgb(1,107,109); }

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

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

 span { border-color: rgb(1,107,109); }

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