#016B69

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

Shades of Blue Lagoon #016B69

Tints of Blue Lagoon #016B69

Color information

#016B69 (or 0x016B69) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 69. RGB value is (1,107,105). Sum of RGB (Red+Green+Blue) = 1+107+105=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #016B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B69 is #FE9496. Grayscale: #4A4A4A. Windows color (decimal): -16684183 or 6908673. OLE color: 6908673.

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

Color convert

RGB1107105-
CMYK0.9900.020.58
HSL178.87º98.15%21.18%-
HSV(B)178.87º99.07%41.96%-
XYZ7.8211.5415.18-
YUV75.08144.8875.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=0.47%
G=50.23%
B=49.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11071050.9900.020.58178.8798.1521.18
Hex16B6963023Ab36215
Octal1153151143027226314225
Binary111010111101001110001101011101010110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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