#016B73

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

Shades of Blue Lagoon #016B73

Tints of Blue Lagoon #016B73

Color information

#016B73 (or 0x016B73) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 73. RGB value is (1,107,115). Sum of RGB (Red+Green+Blue) = 1+107+115=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #016B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B73 is #FE948C. Grayscale: #4C4C4C. Windows color (decimal): -16684173 or 7564033. OLE color: 7564033.

HSL color Cylindrical-coordinate representation of color #016B73: hue angle of 184.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B73 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1107115-
CMYK0.990.0700.55
HSL184.21º98.28%22.75%-
HSV(B)184.21º99.13%45.1%-
XYZ8.3611.7618.05-
YUV76.22149.8874.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=0.45%
G=47.98%
B=51.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11071150.990.0700.55184.2198.2822.75
Hex16B73637037b86217
Octal1153163143706727014227
Binary1110101111100111100011111011011110111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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