#016B6E

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

Shades of Blue Lagoon #016B6E

Tints of Blue Lagoon #016B6E

Color information

#016B6E (or 0x016B6E) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 6E. RGB value is (1,107,110). Sum of RGB (Red+Green+Blue) = 1+107+110=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #016B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B6E is #FE9491. Grayscale: #4B4B4B. Windows color (decimal): -16684178 or 7236353. OLE color: 7236353.

HSL color Cylindrical-coordinate representation of color #016B6E: hue angle of 181.65º 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 #016B6E is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1107110-
CMYK0.990.0300.57
HSL181.65º98.2%21.76%-
HSV(B)181.65º99.09%43.14%-
XYZ8.0811.6516.57-
YUV75.65147.3874.76-

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.08%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=0.46%
G=49.08%
B=50.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11071100.990.0300.57181.6598.221.76
Hex16B6E633039b66216
Octal1153156143307126614226
Binary111010111101110110001111011100110110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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