#096D7C

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

Shades of Blue Lagoon #096D7C

Tints of Blue Lagoon #096D7C

Color information

#096D7C (or 0x096D7C) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6D and 7C. RGB value is (9,109,124). Sum of RGB (Red+Green+Blue) = 9+109+124=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 109 (42.97% from 255 or 45.04% 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 #096D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D7C is #F69283. Grayscale: #505050. Windows color (decimal): -16159364 or 8154377. OLE color: 8154377.

HSL color Cylindrical-coordinate representation of color #096D7C: hue angle of 187.83º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096D7C is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9109124-
CMYK0.930.1200.51
HSL187.83º86.47%26.08%-
HSV(B)187.83º92.74%48.63%-
XYZ9.2212.4520.99-
YUV80.81152.3776.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=3.72%
G=45.04%
B=51.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91091240.930.1200.51187.8386.4726.08
Hex96D7C5DC033bc561a
Octal111551741351406327412632
Binary10011101101111110010111011100011001110111100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096D7C; }

 p { color: rgb(9,109,124); }

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

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

 a { background-color: rgb(9,109,124); }

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

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

 span { border-color: rgb(9,109,124); }

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