#016A68

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

Shades of Blue Lagoon #016A68

Tints of Blue Lagoon #016A68

Color information

#016A68 (or 0x016A68) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6A and 68. RGB value is (1,106,104). Sum of RGB (Red+Green+Blue) = 1+106+104=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #016A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A68 is #FE9597. Grayscale: #4A4A4A. Windows color (decimal): -16684440 or 6842881. OLE color: 6842881.

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

Color convert

RGB1106104-
CMYK0.9900.020.58
HSL178.86º98.13%20.98%-
HSV(B)178.86º99.06%41.57%-
XYZ7.6711.3114.88-
YUV74.38144.7175.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 106 (41.80% from 255) = 50.24%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=0.47%
G=50.24%
B=49.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11061040.9900.020.58178.8698.1320.98
Hex16A6863023Ab36215
Octal1152150143027226314225
Binary111010101101000110001101011101010110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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