#086A76

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

Shades of Blue Lagoon #086A76

Tints of Blue Lagoon #086A76

Color information

#086A76 (or 0x086A76) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6A and 76. RGB value is (8,106,118). Sum of RGB (Red+Green+Blue) = 8+106+118=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #086A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A76 is #F79589. Grayscale: #4D4D4D. Windows color (decimal): -16225674 or 7760392. OLE color: 7760392.

HSL color Cylindrical-coordinate representation of color #086A76: hue angle of 186.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086A76 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8106118-
CMYK0.930.1000.54
HSL186.55º87.3%24.71%-
HSV(B)186.55º93.22%46.27%-
XYZ8.5211.6718.94-
YUV78.07150.5378.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=3.45%
G=45.69%
B=50.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81061180.930.1000.54186.5587.324.71
Hex86A765DA036bb5719
Octal101521661351206627312731
Binary10001101010111011010111011010011011010111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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