#016E72

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

Shades of Blue Lagoon #016E72

Tints of Blue Lagoon #016E72

Color information

#016E72 (or 0x016E72) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6E and 72. RGB value is (1,110,114). Sum of RGB (Red+Green+Blue) = 1+110+114=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #016E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E72 is #FE918D. Grayscale: #4D4D4D. Windows color (decimal): -16683406 or 7499265. OLE color: 7499265.

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

Color convert

RGB1110114-
CMYK0.990.0400.55
HSL182.12º98.26%22.55%-
HSV(B)182.12º99.12%44.71%-
XYZ8.6312.3717.85-
YUV77.86148.3973.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=0.44%
G=48.89%
B=50.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11101140.990.0400.55182.1298.2622.55
Hex16E72634037b66217
Octal1156162143406726614227
Binary1110111011100101100011100011011110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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