#09656D

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

Shades of Blue Lagoon #09656D

Tints of Blue Lagoon #09656D

Color information

#09656D (or 0x09656D) is unknown color: approx Blue Lagoon. HEX triplet: 09, 65 and 6D. RGB value is (9,101,109). Sum of RGB (Red+Green+Blue) = 9+101+109=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #09656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656D is #F69A92. Grayscale: #4A4A4A. Windows color (decimal): -16161427 or 7169289. OLE color: 7169289.

HSL color Cylindrical-coordinate representation of color #09656D: hue angle of 184.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09656D is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9101109-
CMYK0.920.0700.57
HSL184.8º84.75%23.14%-
HSV(B)184.8º91.74%42.75%-
XYZ7.5310.4716.09-
YUV74.4147.5281.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=4.11%
G=46.12%
B=49.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91011090.920.0700.57184.884.7523.14
Hex9656D5C7039b95517
Octal11145155134707127112527
Binary1001110010111011011011100111011100110111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09656D; }

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

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

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

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

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

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

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

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