#016D73

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

Shades of Blue Lagoon #016D73

Tints of Blue Lagoon #016D73

Color information

#016D73 (or 0x016D73) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6D and 73. RGB value is (1,109,115). Sum of RGB (Red+Green+Blue) = 1+109+115=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #016D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D73 is #FE928C. Grayscale: #4D4D4D. Windows color (decimal): -16683661 or 7564545. OLE color: 7564545.

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

Color convert

RGB1109115-
CMYK0.990.0500.55
HSL183.16º98.28%22.75%-
HSV(B)183.16º99.13%45.1%-
XYZ8.5812.1818.12-
YUV77.39149.2273.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=0.44%
G=48.44%
B=51.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11091150.990.0500.55183.1698.2822.75
Hex16D73635037b76217
Octal1155163143506726714227
Binary1110110111100111100011101011011110110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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