Html Css Color HEX #086C73 Blue Lagoon

📋 copy color: '#086C73'

red 8 ◦ green 108 ◦ blue 115

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

Shades of Blue Lagoon #086C73

Tints of Blue Lagoon #086C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 3.46%
G = 46.75%
B = 49.78%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086C73 (or 0x086C73) is known color: Blue Lagoon. HEX triplet: 08, 6C and 73. RGB value is (8,108,115). Sum of RGB (Red+Green+Blue) = 8+108+115=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #086C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C73 is #F7938C. Grayscale: #4E4E4E. Windows color (decimal): -16225165 or 7564296. OLE color: 7564296.

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

Color convert

RGB 8 108 115 -
CMYK 0.93 0.06 0 0.55
HSL 183.93º 0.87% 0.24% -
HSV(B) 183.93º 0.93% 0.45% -
XYZ 8.56 12.01 18.09 -
YUV 78.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 8 108 115 0.93 0.06 0 0.55 183.93 0.87 0.24
Hex 8 6C 73 5D 6 0 37 B8 57 18
Octal 10 154 163 135 6 0 67 270 127 30
Binary 1000 1101100 1110011 1011101 110 0 110111 10111000 1010111 11000

Color Harmonies of #086C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C73

Black with #086C73

Text Example


Text Example

White with #086C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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