Html Css Color HEX #086C76 Blue Lagoon

📋 copy color: '#086C76'

red 8 ◦ green 108 ◦ blue 118

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

Shades of Blue Lagoon #086C76

Tints of Blue Lagoon #086C76

RGB

 RED value IS 8 (3.52% from 255) = 3.42%

 GREEN value IS 108 (42.58% from 255) = 46.15%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 3.42%
G = 46.15%
B = 50.43%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086C76 (or 0x086C76) is known color: Blue Lagoon. HEX triplet: 08, 6C and 76. RGB value is (8,108,118). Sum of RGB (Red+Green+Blue) = 8+108+118=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #086C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C76 is #F79389. Grayscale: #4F4F4F. Windows color (decimal): -16225162 or 7760904. OLE color: 7760904.

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

Color convert

RGB 8 108 118 -
CMYK 0.93 0.08 0 0.54
HSL 185.45º 0.87% 0.25% -
HSV(B) 185.45º 0.93% 0.46% -
XYZ 8.73 12.08 19.01 -
YUV 79.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 8 108 118 0.93 0.08 0 0.54 185.45 0.87 0.25
Hex 8 6C 76 5D 8 0 36 B9 57 19
Octal 10 154 166 135 10 0 66 271 127 31
Binary 1000 1101100 1110110 1011101 1000 0 110110 10111001 1010111 11001

Color Harmonies of #086C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C76

Black with #086C76

Text Example


Text Example

White with #086C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086C76;
 }
 .AnyTagClassName
 {
   color: #086C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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