#09616E

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

Shades of Blue Lagoon #09616E

Tints of Blue Lagoon #09616E

Color information

#09616E (or 0x09616E) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 6E. RGB value is (9,97,110). Sum of RGB (Red+Green+Blue) = 9+97+110=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #09616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09616E is #F69E91. Grayscale: #484848. Windows color (decimal): -16162450 or 7233801. OLE color: 7233801.

HSL color Cylindrical-coordinate representation of color #09616E: hue angle of 187.72º 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 #09616E is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB997110-
CMYK0.920.1200.57
HSL187.72º84.87%23.33%-
HSV(B)187.72º91.82%43.14%-
XYZ7.29.7316.25-
YUV72.17149.3582.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=4.17%
G=44.91%
B=50.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9971100.920.1200.57187.7284.8723.33
Hex9616E5CC039bc5517
Octal111411561341407127412527
Binary10011100001110111010111001100011100110111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09616E; }

 p { color: rgb(9,97,110); }

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

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

 a { background-color: rgb(9,97,110); }

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

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

 span { border-color: rgb(9,97,110); }

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