#096E79

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

Shades of Blue Lagoon #096E79

Tints of Blue Lagoon #096E79

Color information

#096E79 (or 0x096E79) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6E and 79. RGB value is (9,110,121). Sum of RGB (Red+Green+Blue) = 9+110+121=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #096E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E79 is #F69186. Grayscale: #505050. Windows color (decimal): -16159111 or 7958025. OLE color: 7958025.

HSL color Cylindrical-coordinate representation of color #096E79: hue angle of 185.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E79 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9110121-
CMYK0.930.0900.53
HSL185.89º86.15%25.49%-
HSV(B)185.89º92.56%47.45%-
XYZ9.1412.5920.04-
YUV81.05150.5476.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=3.75%
G=45.83%
B=50.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91101210.930.0900.53185.8986.1525.49
Hex96E795D9035ba5619
Octal111561711351106527212631
Binary10011101110111100110111011001011010110111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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