#086676

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

Shades of Blue Lagoon #086676

Tints of Blue Lagoon #086676

Color information

#086676 (or 0x086676) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 76. RGB value is (8,102,118). Sum of RGB (Red+Green+Blue) = 8+102+118=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #086676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086676 is #F79989. Grayscale: #4B4B4B. Windows color (decimal): -16226698 or 7759368. OLE color: 7759368.

HSL color Cylindrical-coordinate representation of color #086676: hue angle of 188.73º 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 #086676 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8102118-
CMYK0.930.1400.54
HSL188.73º87.3%24.71%-
HSV(B)188.73º93.22%46.27%-
XYZ8.1210.8618.81-
YUV75.72151.8679.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=3.51%
G=44.74%
B=51.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81021180.930.1400.54188.7387.324.71
Hex866765DE036bd5719
Octal101461661351606627512731
Binary10001100110111011010111011110011011010111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086676; }

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

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

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

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

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

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

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

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