#096E73

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

Shades of Blue Lagoon #096E73

Tints of Blue Lagoon #096E73

Color information

#096E73 (or 0x096E73) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6E and 73. RGB value is (9,110,115). Sum of RGB (Red+Green+Blue) = 9+110+115=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #096E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E73 is #F6918C. Grayscale: #505050. Windows color (decimal): -16159117 or 7564809. OLE color: 7564809.

HSL color Cylindrical-coordinate representation of color #096E73: hue angle of 182.83º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E73 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9110115-
CMYK0.920.0400.55
HSL182.83º85.48%24.31%-
HSV(B)182.83º92.17%45.1%-
XYZ8.7812.4518.16-
YUV80.37147.5477.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=3.85%
G=47.01%
B=49.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91101150.920.0400.55182.8385.4824.31
Hex96E735C4037b75518
Octal11156163134406726712530
Binary1001110111011100111011100100011011110110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,115); }

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

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

 a { background-color: rgb(9,110,115); }

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

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

 span { border-color: rgb(9,110,115); }

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