#096B71

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

Shades of Blue Lagoon #096B71

Tints of Blue Lagoon #096B71

Color information

#096B71 (or 0x096B71) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6B and 71. RGB value is (9,107,113). Sum of RGB (Red+Green+Blue) = 9+107+113=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #096B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B71 is #F6948E. Grayscale: #4E4E4E. Windows color (decimal): -16159887 or 7432969. OLE color: 7432969.

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

Color convert

RGB9107113-
CMYK0.920.0500.56
HSL183.46º85.25%23.92%-
HSV(B)183.46º92.04%44.31%-
XYZ8.3511.7717.45-
YUV78.38147.5378.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=3.93%
G=46.72%
B=49.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91071130.920.0500.56183.4685.2523.92
Hex96B715C5038b75518
Octal11153161134507026712530
Binary1001110101111100011011100101011100010110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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