Html Css Color HEX #086E76 Blue Lagoon

📋 copy color: '#086E76'

red 8 ◦ green 110 ◦ blue 118

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

Shades of Blue Lagoon #086E76

Tints of Blue Lagoon #086E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.61%

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

R = 3.39%
G = 46.61%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086E76 (or 0x086E76) is known color: Blue Lagoon. HEX triplet: 08, 6E and 76. RGB value is (8,110,118). Sum of RGB (Red+Green+Blue) = 8+110+118=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #086E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E76 is #F79189. Grayscale: #505050. Windows color (decimal): -16224650 or 7761416. OLE color: 7761416.

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

Color convert

RGB 8 110 118 -
CMYK 0.93 0.07 0 0.54
HSL 184.36º 0.87% 0.25% -
HSV(B) 184.36º 0.93% 0.46% -
XYZ 8.95 12.51 19.08 -
YUV 80.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 8 110 118 0.93 0.07 0 0.54 184.36 0.87 0.25
Hex 8 6E 76 5D 7 0 36 B8 57 19
Octal 10 156 166 135 7 0 66 270 127 31
Binary 1000 1101110 1110110 1011101 111 0 110110 10111000 1010111 11001

Color Harmonies of #086E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E76

Black with #086E76

Text Example


Text Example

White with #086E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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