#09686A

Color #09686A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #09686A

Tints of Blue Lagoon #09686A

Color information

#09686A (or 0x09686A) is unknown color: approx Blue Lagoon. HEX triplet: 09, 68 and 6A. RGB value is (9,104,106). Sum of RGB (Red+Green+Blue) = 9+104+106=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #09686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09686A is #F69795. Grayscale: #4B4B4B. Windows color (decimal): -16160662 or 6973449. OLE color: 6973449.

HSL color Cylindrical-coordinate representation of color #09686A: hue angle of 181.24º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09686A is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9104106-
CMYK0.920.0200.58
HSL181.24º84.35%22.55%-
HSV(B)181.24º91.51%41.57%-
XYZ7.661115.35-
YUV75.82145.0380.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=4.11%
G=47.49%
B=48.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91041060.920.0200.58181.2484.3522.55
Hex9686A5C203Ab55417
Octal11150152134207226512427
Binary100111010001101010101110010011101010110101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09686A; }

 p { color: rgb(9,104,106); }

 H1.HeaderClassName
 {
   color: #09686A;
 }
 .AnyTagClassName
 {
   color: #09686A;
 }
</style>
background-color css

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

 a { background-color: rgb(9,104,106); }

 div.DivClassName
 {
   background-color: #09686A;
 }
 .BgClassName
 {
   background-color: #09686A;
 }
</style>
border-color css

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

 span { border-color: rgb(9,104,106); }

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