#006E71

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

Shades of Blue Lagoon #006E71

Tints of Blue Lagoon #006E71

Color information

#006E71 (or 0x006E71) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6E and 71. RGB value is (0,110,113). Sum of RGB (Red+Green+Blue) = 0+110+113=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #006E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E71 is #FF918E. Grayscale: #4D4D4D. Windows color (decimal): -16748943 or 7433728. OLE color: 7433728.

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

Color convert

RGB0110113-
CMYK10.0300.56
HSL181.59º100%22.16%-
HSV(B)181.59º100%44.31%-
XYZ8.5612.3417.55-
YUV77.45148.0672.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=0%
G=49.33%
B=50.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011011310.0300.56181.5910022.16
Hex06E71643038b66416
Octal0156161144307026614426
Binary011011101110001110010011011100010110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E71; }

 p { color: rgb(0,110,113); }

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

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

 a { background-color: rgb(0,110,113); }

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

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

 span { border-color: rgb(0,110,113); }

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