Html Css Color HEX #086768 Blue Lagoon

📋 copy color: '#086768'

red 8 ◦ green 103 ◦ blue 104

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

Shades of Blue Lagoon #086768

Tints of Blue Lagoon #086768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.91%

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 3.72%
G = 47.91%
B = 48.37%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086768 (or 0x086768) is known color: Blue Lagoon. HEX triplet: 08, 67 and 68. RGB value is (8,103,104). Sum of RGB (Red+Green+Blue) = 8+103+104=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #086768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086768 is #F79897. Grayscale: #4A4A4A. Windows color (decimal): -16226456 or 6842120. OLE color: 6842120.

HSL color Cylindrical-coordinate representation of color #086768: hue angle of 180.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086768 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 103 104 -
CMYK 0.92 0.01 0 0.59
HSL 180.63º 0.86% 0.22% -
HSV(B) 180.63º 0.92% 0.41% -
XYZ 7.45 10.75 14.78 -
YUV 74.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 8 103 104 0.92 0.01 0 0.59 180.63 0.86 0.22
Hex 8 67 68 5C 1 0 3B B5 56 16
Octal 10 147 150 134 1 0 73 265 126 26
Binary 1000 1100111 1101000 1011100 1 0 111011 10110101 1010110 10110

Color Harmonies of #086768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086768

Black with #086768

Text Example


Text Example

White with #086768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086768; }

 p { color: rgb(8,103,104); }

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

background-color css

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

 a { background-color: rgb(8,103,104); }

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

border-color css

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

 span { border-color: rgb(8,103,104); }

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