#016266

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

Shades of Blue Lagoon #016266

Tints of Blue Lagoon #016266

Color information

#016266 (or 0x016266) is unknown color: approx Blue Lagoon. HEX triplet: 01, 62 and 66. RGB value is (1,98,102). Sum of RGB (Red+Green+Blue) = 1+98+102=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #016266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016266 is #FE9D99. Grayscale: #454545. Windows color (decimal): -16686490 or 6709761. OLE color: 6709761.

HSL color Cylindrical-coordinate representation of color #016266: hue angle of 182.38º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016266 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB198102-
CMYK0.990.0400.6
HSL182.38º98.06%20.2%-
HSV(B)182.38º99.02%40%-
XYZ6.789.714.09-
YUV69.45146.3679.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=0.50%
G=48.76%
B=50.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1981020.990.0400.6182.3898.0620.2
Hex1626663403Cb66214
Octal1142146143407426614224
Binary1110001011001101100011100011110010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016266; }

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

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

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

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

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

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

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

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