#016C7C

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

Shades of Blue Lagoon #016C7C

Tints of Blue Lagoon #016C7C

Color information

#016C7C (or 0x016C7C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6C and 7C. RGB value is (1,108,124). Sum of RGB (Red+Green+Blue) = 1+108+124=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #016C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C7C is #FE9383. Grayscale: #4D4D4D. Windows color (decimal): -16683908 or 8154113. OLE color: 8154113.

HSL color Cylindrical-coordinate representation of color #016C7C: hue angle of 187.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C7C is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1108124-
CMYK0.990.1300.51
HSL187.8º98.4%24.51%-
HSV(B)187.8º99.19%48.63%-
XYZ9.0112.1920.95-
YUV77.83154.0573.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=0.43%
G=46.35%
B=53.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11081240.990.1300.51187.898.424.51
Hex16C7C63D033bc6219
Octal11541741431506327414231
Binary11101100111110011000111101011001110111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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