#0A6D7A

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

Shades of Blue Lagoon #0A6D7A

Tints of Blue Lagoon #0A6D7A

Color information

#0A6D7A (or 0x0A6D7A) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 6D and 7A. RGB value is (10,109,122). Sum of RGB (Red+Green+Blue) = 10+109+122=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A6D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D7A is #F59285. Grayscale: #505050. Windows color (decimal): -16093830 or 8023306. OLE color: 8023306.

HSL color Cylindrical-coordinate representation of color #0A6D7A: hue angle of 186.96º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6D7A is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10109122-
CMYK0.920.1100.52
HSL186.96º84.85%25.88%-
HSV(B)186.96º91.8%47.84%-
XYZ9.1112.4120.33-
YUV80.88151.277.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=4.15%
G=45.23%
B=50.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101091220.920.1100.52186.9684.8525.88
HexA6D7A5CB034bb551a
Octal121551721341306427312532
Binary10101101101111101010111001011011010010111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,122); }

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

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

 a { background-color: rgb(10,109,122); }

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

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

 span { border-color: rgb(10,109,122); }

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