#096D80

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

Shades of Blue Lagoon #096D80

Tints of Blue Lagoon #096D80

Color information

#096D80 (or 0x096D80) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6D and 80. RGB value is (9,109,128). Sum of RGB (Red+Green+Blue) = 9+109+128=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #096D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D80 is #F6927F. Grayscale: #515151. Windows color (decimal): -16159360 or 8416521. OLE color: 8416521.

HSL color Cylindrical-coordinate representation of color #096D80: hue angle of 189.58º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096D80 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9109128-
CMYK0.930.1500.50
HSL189.58º86.86%26.86%-
HSV(B)189.58º92.97%50.2%-
XYZ9.4812.5522.35-
YUV81.27154.3776.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=3.66%
G=44.31%
B=52.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91091280.930.1500.50189.5886.8626.86
Hex96D805DF032be571b
Octal111552001351706227612733
Binary100111011011000000010111011111011001010111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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