#086A6F

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

Shades of Blue Lagoon #086A6F

Tints of Blue Lagoon #086A6F

Color information

#086A6F (or 0x086A6F) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6A and 6F. RGB value is (8,106,111). Sum of RGB (Red+Green+Blue) = 8+106+111=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #086A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A6F is #F79590. Grayscale: #4D4D4D. Windows color (decimal): -16225681 or 7301640. OLE color: 7301640.

HSL color Cylindrical-coordinate representation of color #086A6F: hue angle of 182.91º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086A6F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8106111-
CMYK0.930.0500.56
HSL182.91º86.55%23.33%-
HSV(B)182.91º92.79%43.53%-
XYZ8.1211.5116.83-
YUV77.27147.0378.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=3.56%
G=47.11%
B=49.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81061110.930.0500.56182.9186.5523.33
Hex86A6F5D5038b75717
Octal10152157135507026712727
Binary1000110101011011111011101101011100010110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086A6F; }

 p { color: rgb(8,106,111); }

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

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

 a { background-color: rgb(8,106,111); }

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

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

 span { border-color: rgb(8,106,111); }

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