#097F63

Color #097F63 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #097F63

Tints of Deep Sea #097F63

Color information

#097F63 (or 0x097F63) is unknown color: approx Deep Sea. HEX triplet: 09, 7F and 63. RGB value is (9,127,99). Sum of RGB (Red+Green+Blue) = 9+127+99=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #097F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F63 is #F6809C. Grayscale: #585858. Windows color (decimal): -16154781 or 6520585. OLE color: 6520585.

HSL color Cylindrical-coordinate representation of color #097F63: hue angle of 165.76º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F63 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB912799-
CMYK0.9300.220.50
HSL165.76º86.76%26.67%-
HSV(B)165.76º92.91%49.8%-
XYZ9.9516.1414.39-
YUV88.53133.9171.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 127 (50% from 255) = 54.04%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=3.83%
G=54.04%
B=42.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9127990.9300.220.50165.7686.7626.67
Hex97F635D01632a6571b
Octal111771431350266224612733
Binary100111111111100011101110101011011001010100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097F63; }

 p { color: rgb(9,127,99); }

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

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

 a { background-color: rgb(9,127,99); }

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

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

 span { border-color: rgb(9,127,99); }

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