Html Css Color HEX #086B6F Blue Lagoon

📋 copy color: '#086B6F'

red 8 ◦ green 107 ◦ blue 111

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

Shades of Blue Lagoon #086B6F

Tints of Blue Lagoon #086B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 3.54%
G = 47.35%
B = 49.12%

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

#086B6F (or 0x086B6F) is known color: Blue Lagoon. HEX triplet: 08, 6B and 6F. RGB value is (8,107,111). Sum of RGB (Red+Green+Blue) = 8+107+111=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #086B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B6F is #F79490. Grayscale: #4D4D4D. Windows color (decimal): -16225425 or 7301896. OLE color: 7301896.

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

Color convert

RGB 8 107 111 -
CMYK 0.93 0.04 0 0.56
HSL 182.33º 0.87% 0.23% -
HSV(B) 182.33º 0.93% 0.44% -
XYZ 8.23 11.71 16.87 -
YUV 77.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 8 107 111 0.93 0.04 0 0.56 182.33 0.87 0.23
Hex 8 6B 6F 5D 4 0 38 B6 57 17
Octal 10 153 157 135 4 0 70 266 127 27
Binary 1000 1101011 1101111 1011101 100 0 111000 10110110 1010111 10111

Color Harmonies of #086B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B6F

Black with #086B6F

Text Example


Text Example

White with #086B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,107,111); }

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

background-color css

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

 a { background-color: rgb(8,107,111); }

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

border-color css

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

 span { border-color: rgb(8,107,111); }

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