#096B75

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

Shades of Blue Lagoon #096B75

Tints of Blue Lagoon #096B75

Color information

#096B75 (or 0x096B75) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6B and 75. RGB value is (9,107,117). Sum of RGB (Red+Green+Blue) = 9+107+117=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #096B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B75 is #F6948A. Grayscale: #4E4E4E. Windows color (decimal): -16159883 or 7695113. OLE color: 7695113.

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

Color convert

RGB9107117-
CMYK0.920.0900.54
HSL185.56º85.71%24.71%-
HSV(B)185.56º92.31%45.88%-
XYZ8.5811.8618.67-
YUV78.84149.5378.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.86%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=3.86%
G=45.92%
B=50.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91071170.920.0900.54185.5685.7124.71
Hex96B755C9036ba5619
Octal111531651341106627212631
Binary10011101011111010110111001001011011010111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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