#096768

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

Shades of Blue Lagoon #096768

Tints of Blue Lagoon #096768

Color information

#096768 (or 0x096768) is unknown color: approx Blue Lagoon. HEX triplet: 09, 67 and 68. RGB value is (9,103,104). Sum of RGB (Red+Green+Blue) = 9+103+104=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #096768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096768 is #F69897. Grayscale: #4A4A4A. Windows color (decimal): -16160920 or 6842121. OLE color: 6842121.

HSL color Cylindrical-coordinate representation of color #096768: hue angle of 180.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096768 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9103104-
CMYK0.910.0100.59
HSL180.63º84.07%22.16%-
HSV(B)180.63º91.35%40.78%-
XYZ7.4610.7614.78-
YUV75.01144.3680.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 103 (40.62% from 255) = 47.69%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=4.17%
G=47.69%
B=48.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91031040.910.0100.59180.6384.0722.16
Hex967685B103Bb55416
Octal11147150133107326512426
Binary10011100111110100010110111011101110110101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096768; }

 p { color: rgb(9,103,104); }

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

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

 a { background-color: rgb(9,103,104); }

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

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

 span { border-color: rgb(9,103,104); }

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