#096D70

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

Shades of Blue Lagoon #096D70

Tints of Blue Lagoon #096D70

Color information

#096D70 (or 0x096D70) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6D and 70. RGB value is (9,109,112). Sum of RGB (Red+Green+Blue) = 9+109+112=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #096D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D70 is #F6928F. Grayscale: #4F4F4F. Windows color (decimal): -16159376 or 7367945. OLE color: 7367945.

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

Color convert

RGB9109112-
CMYK0.920.0300.56
HSL181.75º85.12%23.73%-
HSV(B)181.75º91.96%43.92%-
XYZ8.5112.1717.23-
YUV79.44146.3777.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=3.91%
G=47.39%
B=48.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91091120.920.0300.56181.7585.1223.73
Hex96D705C3038b65518
Octal11155160134307026612530
Binary100111011011110000101110011011100010110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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