#096B77

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

Shades of Blue Lagoon #096B77

Tints of Blue Lagoon #096B77

Color information

#096B77 (or 0x096B77) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6B and 77. RGB value is (9,107,119). Sum of RGB (Red+Green+Blue) = 9+107+119=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #096B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B77 is #F69488. Grayscale: #4E4E4E. Windows color (decimal): -16159881 or 7826185. OLE color: 7826185.

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

Color convert

RGB9107119-
CMYK0.920.1000.53
HSL186.55º85.94%25.1%-
HSV(B)186.55º92.44%46.67%-
XYZ8.711.9119.29-
YUV79.07150.5378.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 107 (42.19% from 255) = 45.53%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=3.83%
G=45.53%
B=50.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91071190.920.1000.53186.5585.9425.1
Hex96B775CA035bb5619
Octal111531671341206527312631
Binary10011101011111011110111001010011010110111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,107,119); }

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

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

 a { background-color: rgb(9,107,119); }

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

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

 span { border-color: rgb(9,107,119); }

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