#086C6D

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

Shades of Blue Lagoon #086C6D

Tints of Blue Lagoon #086C6D

Color information

#086C6D (or 0x086C6D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6C and 6D. RGB value is (8,108,109). Sum of RGB (Red+Green+Blue) = 8+108+109=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #086C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C6D is #F79392. Grayscale: #4E4E4E. Windows color (decimal): -16225171 or 7171080. OLE color: 7171080.

HSL color Cylindrical-coordinate representation of color #086C6D: hue angle of 180.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C6D is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8108109-
CMYK0.930.0100.57
HSL180.59º86.32%22.94%-
HSV(B)180.59º92.66%42.75%-
XYZ8.2211.8816.33-
YUV78.21145.3777.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=3.56%
G=48%
B=48.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81081090.930.0100.57180.5986.3222.94
Hex86C6D5D1039b55617
Octal10154155135107126512627
Binary10001101100110110110111011011100110110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,109); }

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

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

 a { background-color: rgb(8,108,109); }

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

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

 span { border-color: rgb(8,108,109); }

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