Html Css Color HEX #086C6F Blue Lagoon

📋 copy color: '#086C6F'

red 8 ◦ green 108 ◦ blue 111

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

Shades of Blue Lagoon #086C6F

Tints of Blue Lagoon #086C6F

RGB

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

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

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

R = 3.52%
G = 47.58%
B = 48.9%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086C6F (or 0x086C6F) is known color: Blue Lagoon. HEX triplet: 08, 6C and 6F. RGB value is (8,108,111). Sum of RGB (Red+Green+Blue) = 8+108+111=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #086C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C6F is #F79390. Grayscale: #4E4E4E. Windows color (decimal): -16225169 or 7302152. OLE color: 7302152.

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

Color convert

RGB 8 108 111 -
CMYK 0.93 0.03 0 0.56
HSL 181.75º 0.87% 0.23% -
HSV(B) 181.75º 0.93% 0.44% -
XYZ 8.33 11.92 16.9 -
YUV 78.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 8 108 111 0.93 0.03 0 0.56 181.75 0.87 0.23
Hex 8 6C 6F 5D 3 0 38 B6 57 17
Octal 10 154 157 135 3 0 70 266 127 27
Binary 1000 1101100 1101111 1011101 11 0 111000 10110110 1010111 10111

Color Harmonies of #086C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C6F

Black with #086C6F

Text Example


Text Example

White with #086C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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