Html Css Color HEX #086A76 Blue Lagoon

📋 copy color: '#086A76'

red 8 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #086A76

Tints of Blue Lagoon #086A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.69%

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

R = 3.45%
G = 45.69%
B = 50.86%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086A76 (or 0x086A76) is known color: Blue Lagoon. HEX triplet: 08, 6A and 76. RGB value is (8,106,118). Sum of RGB (Red+Green+Blue) = 8+106+118=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #086A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A76 is #F79589. Grayscale: #4D4D4D. Windows color (decimal): -16225674 or 7760392. OLE color: 7760392.

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

Color convert

RGB 8 106 118 -
CMYK 0.93 0.10 0 0.54
HSL 186.55º 0.87% 0.25% -
HSV(B) 186.55º 0.93% 0.46% -
XYZ 8.52 11.67 18.94 -
YUV 78.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 8 106 118 0.93 0.10 0 0.54 186.55 0.87 0.25
Hex 8 6A 76 5D A 0 36 BB 57 19
Octal 10 152 166 135 12 0 66 273 127 31
Binary 1000 1101010 1110110 1011101 1010 0 110110 10111011 1010111 11001

Color Harmonies of #086A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A76

Black with #086A76

Text Example


Text Example

White with #086A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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