#0A6C7C

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

Shades of Blue Lagoon #0A6C7C

Tints of Blue Lagoon #0A6C7C

Color information

#0A6C7C (or 0x0A6C7C) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 6C and 7C. RGB value is (10,108,124). Sum of RGB (Red+Green+Blue) = 10+108+124=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A6C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C7C is #F59383. Grayscale: #505050. Windows color (decimal): -16094084 or 8154122. OLE color: 8154122.

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

Color convert

RGB10108124-
CMYK0.920.1300.51
HSL188.42º85.07%26.27%-
HSV(B)188.42º91.94%48.63%-
XYZ9.1312.2420.95-
YUV80.52152.5377.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=4.13%
G=44.63%
B=51.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101081240.920.1300.51188.4285.0726.27
HexA6C7C5CD033bc551a
Octal121541741341506327412532
Binary10101101100111110010111001101011001110111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,108,124); }

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

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

 a { background-color: rgb(10,108,124); }

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

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

 span { border-color: rgb(10,108,124); }

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