#096C70

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

Shades of Blue Lagoon #096C70

Tints of Blue Lagoon #096C70

Color information

#096C70 (or 0x096C70) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6C and 70. RGB value is (9,108,112). Sum of RGB (Red+Green+Blue) = 9+108+112=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #096C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C70 is #F6938F. Grayscale: #4E4E4E. Windows color (decimal): -16159632 or 7367689. OLE color: 7367689.

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

Color convert

RGB9108112-
CMYK0.920.0400.56
HSL182.33º85.12%23.73%-
HSV(B)182.33º91.96%43.92%-
XYZ8.411.9517.19-
YUV78.85146.778.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=3.93%
G=47.16%
B=48.91%

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
Decimal91081120.920.0400.56182.3385.1223.73
Hex96C705C4038b65518
Octal11154160134407026612530
Binary1001110110011100001011100100011100010110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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