#0A686F

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

Shades of Blue Lagoon #0A686F

Tints of Blue Lagoon #0A686F

Color information

#0A686F (or 0x0A686F) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 68 and 6F. RGB value is (10,104,111). Sum of RGB (Red+Green+Blue) = 10+104+111=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A686F is #F59790. Grayscale: #4C4C4C. Windows color (decimal): -16095121 or 7301130. OLE color: 7301130.

HSL color Cylindrical-coordinate representation of color #0A686F: hue angle of 184.16º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A686F is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10104111-
CMYK0.910.0600.56
HSL184.16º83.47%23.73%-
HSV(B)184.16º90.99%43.53%-
XYZ7.9411.1116.77-
YUV76.69147.3680.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=4.44%
G=46.22%
B=49.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101041110.910.0600.56184.1683.4723.73
HexA686F5B6038b85318
Octal12150157133607027012330
Binary1010110100011011111011011110011100010111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A686F; }

 p { color: rgb(10,104,111); }

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

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

 a { background-color: rgb(10,104,111); }

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

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

 span { border-color: rgb(10,104,111); }

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