Html Css Color HEX #086C74 Blue Lagoon

📋 copy color: '#086C74'

red 8 ◦ green 108 ◦ blue 116

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

Shades of Blue Lagoon #086C74

Tints of Blue Lagoon #086C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50%

R = 3.45%
G = 46.55%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086C74 (or 0x086C74) is known color: Blue Lagoon. HEX triplet: 08, 6C and 74. RGB value is (8,108,116). Sum of RGB (Red+Green+Blue) = 8+108+116=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #086C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C74 is #F7938B. Grayscale: #4E4E4E. Windows color (decimal): -16225164 or 7629832. OLE color: 7629832.

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

Color convert

RGB 8 108 116 -
CMYK 0.93 0.07 0 0.55
HSL 184.44º 0.87% 0.24% -
HSV(B) 184.44º 0.93% 0.45% -
XYZ 8.62 12.04 18.39 -
YUV 79.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 8 108 116 0.93 0.07 0 0.55 184.44 0.87 0.24
Hex 8 6C 74 5D 7 0 37 B8 57 18
Octal 10 154 164 135 7 0 67 270 127 30
Binary 1000 1101100 1110100 1011101 111 0 110111 10111000 1010111 11000

Color Harmonies of #086C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C74

Black with #086C74

Text Example


Text Example

White with #086C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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