#5E9D7A

Color #5E9D7A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5E9D7A

Tints of Ocean Green #5E9D7A

Color information

#5E9D7A (or 0x5E9D7A) is unknown color: approx Ocean Green. HEX triplet: 5E, 9D and 7A. RGB value is (94,157,122). Sum of RGB (Red+Green+Blue) = 94+157+122=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D7A is #A16285. Grayscale: #868686. Windows color (decimal): -10576518 or 8035678. OLE color: 8035678.

HSL color Cylindrical-coordinate representation of color #5E9D7A: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D7A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB94157122-
CMYK0.4000.220.38
HSL146.67º25.1%49.22%-
HSV(B)146.67º40.13%61.57%-
XYZ20.1927.922.73-
YUV134.17121.1399.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.20%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=25.20%
G=42.09%
B=32.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941571220.4000.220.38146.6725.149.22
Hex5E9D7A2801626931931
Octal13623517250026462233161
Binary10111101001110111110101010000101101001101001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9D7A; }

 p { color: rgb(94,157,122); }

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

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

 a { background-color: rgb(94,157,122); }

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

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

 span { border-color: rgb(94,157,122); }

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