#096D75

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

Shades of Blue Lagoon #096D75

Tints of Blue Lagoon #096D75

Color information

#096D75 (or 0x096D75) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6D and 75. RGB value is (9,109,117). Sum of RGB (Red+Green+Blue) = 9+109+117=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #096D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D75 is #F6928A. Grayscale: #4F4F4F. Windows color (decimal): -16159371 or 7695625. OLE color: 7695625.

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

Color convert

RGB9109117-
CMYK0.920.0700.54
HSL184.44º85.71%24.71%-
HSV(B)184.44º92.31%45.88%-
XYZ8.7912.2818.74-
YUV80.01148.8777.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=3.83%
G=46.38%
B=49.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91091170.920.0700.54184.4485.7124.71
Hex96D755C7036b85619
Octal11155165134706627012631
Binary1001110110111101011011100111011011010111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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