Html Css Color HEX #086676 Blue Lagoon

📋 copy color: '#086676'

red 8 ◦ green 102 ◦ blue 118

#086676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #086676

Tints of Blue Lagoon #086676

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 value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086676 (or 0x086676) is known color: 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

RGB 8 102 118 -
CMYK 0.93 0.14 0 0.54
HSL 188.73º 0.87% 0.25% -
HSV(B) 188.73º 0.93% 0.46% -
XYZ 8.12 10.86 18.81 -
YUV 75.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 8 102 118 0.93 0.14 0 0.54 188.73 0.87 0.25
Hex 8 66 76 5D E 0 36 BD 57 19
Octal 10 146 166 135 16 0 66 275 127 31
Binary 1000 1100110 1110110 1011101 1110 0 110110 10111101 1010111 11001

Color Harmonies of #086676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086676

Black with #086676

Text Example


Text Example

White with #086676

Text Example


Text Example

HTML Codes & Css Web 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>