#016C73

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

Shades of Blue Lagoon #016C73

Tints of Blue Lagoon #016C73

Color information

#016C73 (or 0x016C73) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6C and 73. RGB value is (1,108,115). Sum of RGB (Red+Green+Blue) = 1+108+115=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #016C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C73 is #FE938C. Grayscale: #4C4C4C. Windows color (decimal): -16683917 or 7564289. OLE color: 7564289.

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

Color convert

RGB1108115-
CMYK0.990.0600.55
HSL183.68º98.28%22.75%-
HSV(B)183.68º99.13%45.1%-
XYZ8.4711.9718.08-
YUV76.8149.5573.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=0.45%
G=48.21%
B=51.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11081150.990.0600.55183.6898.2822.75
Hex16C73636037b86217
Octal1154163143606727014227
Binary1110110011100111100011110011011110111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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