Html Css Color HEX #086D71 Blue Lagoon

📋 copy color: '#086D71'

red 8 ◦ green 109 ◦ blue 113

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

Shades of Blue Lagoon #086D71

Tints of Blue Lagoon #086D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.39%

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 3.48%
G = 47.39%
B = 49.13%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086D71 (or 0x086D71) is known color: Blue Lagoon. HEX triplet: 08, 6D and 71. RGB value is (8,109,113). Sum of RGB (Red+Green+Blue) = 8+109+113=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #086D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D71 is #F7928E. Grayscale: #4F4F4F. Windows color (decimal): -16224911 or 7433480. OLE color: 7433480.

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

Color convert

RGB 8 109 113 -
CMYK 0.93 0.04 0 0.56
HSL 182.29º 0.87% 0.24% -
HSV(B) 182.29º 0.93% 0.44% -
XYZ 8.55 12.18 17.52 -
YUV 79.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 8 109 113 0.93 0.04 0 0.56 182.29 0.87 0.24
Hex 8 6D 71 5D 4 0 38 B6 57 18
Octal 10 155 161 135 4 0 70 266 127 30
Binary 1000 1101101 1110001 1011101 100 0 111000 10110110 1010111 11000

Color Harmonies of #086D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D71

Black with #086D71

Text Example


Text Example

White with #086D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,113); }

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

background-color css

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

 a { background-color: rgb(8,109,113); }

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

border-color css

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

 span { border-color: rgb(8,109,113); }

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