#096C71

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

Shades of Blue Lagoon #096C71

Tints of Blue Lagoon #096C71

Color information

#096C71 (or 0x096C71) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6C and 71. RGB value is (9,108,113). Sum of RGB (Red+Green+Blue) = 9+108+113=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #096C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C71 is #F6938E. Grayscale: #4E4E4E. Windows color (decimal): -16159631 or 7433225. OLE color: 7433225.

HSL color Cylindrical-coordinate representation of color #096C71: hue angle of 182.88º 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 #096C71 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9108113-
CMYK0.920.0400.56
HSL182.88º85.25%23.92%-
HSV(B)182.88º92.04%44.31%-
XYZ8.4611.9817.49-
YUV78.97147.278.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=3.91%
G=46.96%
B=49.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91081130.920.0400.56182.8885.2523.92
Hex96C715C4038b75518
Octal11154161134407026712530
Binary1001110110011100011011100100011100010110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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