#086C73

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

Shades of Blue Lagoon #086C73

Tints of Blue Lagoon #086C73

Color information

#086C73 (or 0x086C73) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6C and 73. RGB value is (8,108,115). Sum of RGB (Red+Green+Blue) = 8+108+115=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #086C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C73 is #F7938C. Grayscale: #4E4E4E. Windows color (decimal): -16225165 or 7564296. OLE color: 7564296.

HSL color Cylindrical-coordinate representation of color #086C73: hue angle of 183.93º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C73 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8108115-
CMYK0.930.0600.55
HSL183.93º86.99%24.12%-
HSV(B)183.93º93.04%45.1%-
XYZ8.5612.0118.09-
YUV78.9148.3777.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=3.46%
G=46.75%
B=49.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81081150.930.0600.55183.9386.9924.12
Hex86C735D6037b85718
Octal10154163135606727012730
Binary1000110110011100111011101110011011110111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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