#016668

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

Shades of Blue Lagoon #016668

Tints of Blue Lagoon #016668

Color information

#016668 (or 0x016668) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 68. RGB value is (1,102,104). Sum of RGB (Red+Green+Blue) = 1+102+104=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #016668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016668 is #FE9997. Grayscale: #474747. Windows color (decimal): -16685464 or 6841857. OLE color: 6841857.

HSL color Cylindrical-coordinate representation of color #016668: hue angle of 181.17º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016668 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1102104-
CMYK0.990.0200.59
HSL181.17º98.1%20.59%-
HSV(B)181.17º99.04%40.78%-
XYZ7.2610.5114.74-
YUV72.03146.0477.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=0.48%
G=49.28%
B=50.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11021040.990.0200.59181.1798.120.59
Hex1666863203Bb56215
Octal1146150143207326514225
Binary111001101101000110001110011101110110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016668; }

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

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

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

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

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

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

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

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