#097F5E

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

Shades of Deep Sea #097F5E

Tints of Deep Sea #097F5E

Color information

#097F5E (or 0x097F5E) is unknown color: approx Deep Sea. HEX triplet: 09, 7F and 5E. RGB value is (9,127,94). Sum of RGB (Red+Green+Blue) = 9+127+94=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #097F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F5E is #F680A1. Grayscale: #575757. Windows color (decimal): -16154786 or 6192905. OLE color: 6192905.

HSL color Cylindrical-coordinate representation of color #097F5E: hue angle of 163.22º 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 #097F5E is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB912794-
CMYK0.9300.260.50
HSL163.22º86.76%26.67%-
HSV(B)163.22º92.91%49.8%-
XYZ9.7216.0413.17-
YUV87.96131.4171.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=3.91%
G=55.22%
B=40.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9127940.9300.260.50163.2286.7626.67
Hex97F5E5D01A32a3571b
Octal111771361350326224312733
Binary100111111111011110101110101101011001010100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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