#09596F

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

Shades of Blue Lagoon #09596F

Tints of Blue Lagoon #09596F

Color information

#09596F (or 0x09596F) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 6F. RGB value is (9,89,111). Sum of RGB (Red+Green+Blue) = 9+89+111=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #09596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09596F is #F6A690. Grayscale: #434343. Windows color (decimal): -16164497 or 7297289. OLE color: 7297289.

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

Color convert

RGB989111-
CMYK0.920.2000.56
HSL192.94º85%23.53%-
HSV(B)192.94º91.89%43.53%-
XYZ6.558.3516.31-
YUV67.59152.586.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=4.31%
G=42.58%
B=53.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9891110.920.2000.56192.948523.53
Hex9596F5C14038c15518
Octal111311571342407030112530
Binary100110110011101111101110010100011100011000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09596F; }

 p { color: rgb(9,89,111); }

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

<style>
 a { background-color: #09596F; }

 a { background-color: rgb(9,89,111); }

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

<style>
 span { border-color: #09596F; }

 span { border-color: rgb(9,89,111); }

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