#016670

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

Shades of Blue Lagoon #016670

Tints of Blue Lagoon #016670

Color information

#016670 (or 0x016670) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 70. RGB value is (1,102,112). Sum of RGB (Red+Green+Blue) = 1+102+112=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #016670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016670 is #FE998F. Grayscale: #484848. Windows color (decimal): -16685456 or 7366145. OLE color: 7366145.

HSL color Cylindrical-coordinate representation of color #016670: hue angle of 185.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016670 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1102112-
CMYK0.990.0900.56
HSL185.41º98.23%22.16%-
HSV(B)185.41º99.11%43.92%-
XYZ7.6910.6816.99-
YUV72.94150.0476.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=0.47%
G=47.44%
B=52.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11021120.990.0900.56185.4198.2322.16
Hex16670639038b96216
Octal11461601431107027114226
Binary11100110111000011000111001011100010111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016670; }

 p { color: rgb(1,102,112); }

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

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

 a { background-color: rgb(1,102,112); }

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

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

 span { border-color: rgb(1,102,112); }

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