#016E76

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

Shades of Blue Lagoon #016E76

Tints of Blue Lagoon #016E76

Color information

#016E76 (or 0x016E76) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6E and 76. RGB value is (1,110,118). Sum of RGB (Red+Green+Blue) = 1+110+118=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #016E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E76 is #FE9189. Grayscale: #4E4E4E. Windows color (decimal): -16683402 or 7761409. OLE color: 7761409.

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

Color convert

RGB1110118-
CMYK0.990.0700.54
HSL184.1º98.32%23.33%-
HSV(B)184.1º99.15%46.27%-
XYZ8.8612.4719.08-
YUV78.32150.3972.85-

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.03%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=0.44%
G=48.03%
B=51.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11101180.990.0700.54184.198.3223.33
Hex16E76637036b86217
Octal1156166143706627014227
Binary1110111011101101100011111011011010111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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